sing-box-ruleset/go.mod
dependabot[bot] 53600abd37
Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:29:38 +00:00

19 lines
492 B
Modula-2

module github.com/xmdhs/sing-box-ruleset
go 1.21.4
require (
github.com/AdguardTeam/urlfilter v0.17.3
github.com/samber/lo v1.39.0
)
require (
github.com/AdguardTeam/golibs v0.17.2 // indirect
github.com/miekg/dns v1.1.55 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
)