File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/database64128/netx-go v0.1.1
77 github.com/database64128/tfo-go/v2 v2.3.3
88 github.com/gaissmai/bart v0.29.0
9- github.com/oschwald/geoip2-golang/v2 v2.2 .0
9+ github.com/oschwald/geoip2-golang/v2 v2.3 .0
1010 go.uber.org/zap v1.28.0
1111 golang.org/x/net v0.57.0
1212 golang.org/x/sys v0.47.0
@@ -15,6 +15,6 @@ require (
1515
1616require (
1717 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
18- github.com/oschwald/maxminddb-golang/v2 v2.3 .0 // indirect
18+ github.com/oschwald/maxminddb-golang/v2 v2.5 .0 // indirect
1919 go.uber.org/multierr v1.11.0 // indirect
2020)
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ github.com/gaissmai/bart v0.29.0 h1:wO6HGE8g9YE0Wm0bCpYxwRzfQ4+fbJKOhL64e5ACGCI=
88github.com/gaissmai/bart v0.29.0 /go.mod h1:GREWQfTLRWz/c5FTOsIw+KkscuFkIV5t8Rp7Nd1Td5c =
99github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y =
1010github.com/klauspost/cpuid/v2 v2.3.0 /go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0 =
11- github.com/oschwald/geoip2-golang/v2 v2.2 .0 h1:gdkhpnHQMiH9ymOI+zSB0QKFGH+n4TntNt7vz+TxGPY =
12- github.com/oschwald/geoip2-golang/v2 v2.2 .0 /go.mod h1:xW4tCeQiNU1gqMD1x7zEH2CDNM3d796Ls50yxYDaX0U =
13- github.com/oschwald/maxminddb-golang/v2 v2.3 .0 h1:PnXjMGjkSQlwOBSyZ7hk6Fd75t7erkAhJNJgEhA3MQU =
14- github.com/oschwald/maxminddb-golang/v2 v2.3 .0 /go.mod h1:NSQvgFwPxODpBTJI5+5Ns1AAucnx7ggW9PSRRifAT1s =
11+ github.com/oschwald/geoip2-golang/v2 v2.3 .0 h1:hT8/BT137lPJXq0DXwGQUS228k8pEhgBRJ1B70eqyAk =
12+ github.com/oschwald/geoip2-golang/v2 v2.3 .0 /go.mod h1:tHUYg65ssvQSSzSCkiFR6LWJPYOvSw/85JiBp8kXz0U =
13+ github.com/oschwald/maxminddb-golang/v2 v2.5 .0 h1:WvEHCE8HwFS5pKWhW8nvvRxNzczuRUOGBLn2L03VlEQ =
14+ github.com/oschwald/maxminddb-golang/v2 v2.5 .0 /go.mod h1:EBnvLGgY+aSckqcgyfB5LPDviqaWdMZPBDwu8c2jJbs =
1515github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1616github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1717github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
You can’t perform that action at this time.
0 commit comments