forked from Loyalsoldier/geoip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 793 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/Loyalsoldier/geoip
go 1.17
require (
github.com/maxmind/mmdbwriter v0.0.0-20210819141656-efe6d8ec5816
github.com/v2fly/v2ray-core/v4 v4.41.1
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
inet.af/netaddr v0.0.0-20210729200904-31d5ee66059c
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/oschwald/maxminddb-golang v1.7.1-0.20200819192241-1f1e288ee3f9 // indirect
github.com/pires/go-proxyproto v0.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
)