-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03ff690
commit a0d3f15
Showing
2 changed files
with
51 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
module github.com/v2fly/geoip | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.21.10 | ||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/oschwald/maxminddb-golang v1.13.1 | ||
github.com/v2fly/v2ray-core/v5 v5.16.1 | ||
github.com/v2fly/v2ray-core/v5 v5.17.1 | ||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
require ( | ||
github.com/adrg/xdg v0.4.0 // indirect | ||
github.com/adrg/xdg v0.5.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/kr/pretty v0.3.1 // 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.43.0 // indirect | ||
github.com/quic-go/quic-go v0.46.0 // indirect | ||
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.