File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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.1
88 github.com/gaissmai/bart v0.26.0
9- github.com/oschwald/geoip2-golang/v2 v2.0.0
9+ github.com/oschwald/geoip2-golang/v2 v2.0.1
1010 go.uber.org/zap v1.27.1
1111 golang.org/x/net v0.47.0
1212 golang.org/x/sys v0.38.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.0.0 // indirect
18+ github.com/oschwald/maxminddb-golang/v2 v2.1.1 // 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.26.0 h1:xOZ57E9hJLBiQaSyeZa9wgWhGuzfGACgqp4BE77OkO0=
88github.com/gaissmai/bart v0.26.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.0.0 h1:1GZ7MsQsbIKeOXMDV2MqBVfV8NuCIqWatomkS67LwQo =
12- github.com/oschwald/geoip2-golang/v2 v2.0.0 /go.mod h1:MR3+NmQTkjxyJ/u6iZJSfpfy5al/QqsaJL1Gg6uI7sU =
13- github.com/oschwald/maxminddb-golang/v2 v2.0.0 h1:Gyljxck1kHbBxDgLM++NfDWBqvu1pWWfT8XbosSo0bo =
14- github.com/oschwald/maxminddb-golang/v2 v2.0.0 /go.mod h1:gG4V88LsawPEqtbL1Veh1WRh+nVSYwXzJ1P5Fcn77g0 =
11+ github.com/oschwald/geoip2-golang/v2 v2.0.1 h1:YcYoG/L+gmSfk7AlToTmoL0JvblNyhGC8NyVhwDzzi8 =
12+ github.com/oschwald/geoip2-golang/v2 v2.0.1 /go.mod h1:qdVmcPgrTJ4q2eP9tHq/yldMTdp2VMr33uVdFbHBiBc =
13+ github.com/oschwald/maxminddb-golang/v2 v2.1.1 h1:lA8FH0oOrM4u7mLvowq8IT6a3Q/qEnqRzLQn9eH5ojc =
14+ github.com/oschwald/maxminddb-golang/v2 v2.1.1 /go.mod h1:PLdx6PR+siSIoXqqy7C7r3SB3KZnhxWr1Dp6g0Hacl8 =
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