mirror of
https://github.com/xmdhs/sing-box-ruleset.git
synced 2025-02-06 13:02:43 +08:00
8cbfcef527
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
492 B
Modula-2
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.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
|
)
|