forked from Loyalsoldier/geoip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Loyalsoldier:master' into master
- Loading branch information
Showing
3 changed files
with
88 additions
and
78 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,30 +1,28 @@ | ||
module github.com/Loyalsoldier/geoip | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/maxmind/mmdbwriter v0.0.0-20230315153935-be21eaf06f90 | ||
github.com/oschwald/maxminddb-golang v1.10.0 | ||
github.com/v2fly/v2ray-core/v5 v5.4.0 | ||
go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35 | ||
google.golang.org/protobuf v1.30.0 | ||
github.com/maxmind/mmdbwriter v1.0.0 | ||
github.com/oschwald/maxminddb-golang v1.12.0 | ||
github.com/v2fly/v2ray-core/v5 v5.8.0 | ||
go4.org/netipx v0.0.0-20230824141953-6213f710f925 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/adrg/xdg v0.4.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pires/go-proxyproto v0.6.2 // indirect | ||
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect | ||
github.com/quic-go/quic-go v0.32.0 // indirect | ||
go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
github.com/pires/go-proxyproto v0.7.0 // indirect | ||
github.com/quic-go/quic-go v0.38.1 // indirect | ||
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.