Skip to content

Commit

Permalink
Chore: get rid of v2ray-core & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Oct 7, 2024
1 parent 1e4cb74 commit f3bb9c0
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 251 deletions.
29 changes: 9 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,29 @@ go 1.22
toolchain go1.22.6

require (
github.com/klauspost/compress v1.17.9
github.com/klauspost/compress v1.17.10
github.com/maxmind/mmdbwriter v1.0.0
github.com/oschwald/maxminddb-golang v1.13.1
github.com/sagernet/sing-box v1.9.4
github.com/sagernet/sing-box v1.9.7
github.com/spf13/cobra v1.8.1
github.com/tidwall/gjson v1.17.3
github.com/v2fly/v2ray-core/v5 v5.17.1
github.com/tidwall/gjson v1.18.0
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/adrg/xdg v0.5.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/quic-go/quic-go v0.46.0 // indirect
github.com/sagernet/sing v0.4.2 // indirect
github.com/miekg/dns v1.1.59 // indirect
github.com/sagernet/sing v0.4.3 // indirect
github.com/sagernet/sing-dns v0.2.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)
Loading

0 comments on commit f3bb9c0

Please sign in to comment.