go mod tidy

Kim committed Nov 18, 2025 at 15:48 UTC 5fb1aa8919087bbd8718ca08136bad6148661e60
2 files changed -6
go.mod
-2
@@ -5,7 +5,6 @@ go 1.25.3
5 require (
6 github.com/gorilla/websocket v1.5.3
7 github.com/hashicorp/yamux v0.1.2
8 - github.com/oschwald/geoip2-golang v1.13.0
8 github.com/planetscale/vtprotobuf v0.6.0
9 github.com/rs/zerolog v1.34.0
10 github.com/stretchr/testify v1.9.0
@@ -20,7 +19,6 @@ require (
19 github.com/davecgh/go-spew v1.1.1 // indirect
20 github.com/mattn/go-colorable v0.1.14 // indirect
21 github.com/mattn/go-isatty v0.0.20 // indirect
23 - github.com/oschwald/maxminddb-golang v1.13.0 // indirect
22 github.com/pmezard/go-difflib v1.0.0 // indirect
23 golang.org/x/sys v0.37.0 // indirect
24 golang.org/x/text v0.30.0 // indirect
go.sum
-4
@@ -15,10 +15,6 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
15 github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
16 github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
17 github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
18 -github.com/oschwald/geoip2-golang v1.13.0 h1:Q44/Ldc703pasJeP5V9+aFSZFmBN7DKHbNsSFzQATJI=
19 -github.com/oschwald/geoip2-golang v1.13.0/go.mod h1:P9zG+54KPEFOliZ29i7SeYZ/GM6tfEL+rgSn03hYuUo=
20 -github.com/oschwald/maxminddb-golang v1.13.0 h1:R8xBorY71s84yO06NgTmQvqvTvlS/bnYZrrWX1MElnU=
21 -github.com/oschwald/maxminddb-golang v1.13.0/go.mod h1:BU0z8BfFVhi1LQaonTwwGQlsHUEu9pWNdMfmq4ztm0o=
18 github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
19 github.com/planetscale/vtprotobuf v0.6.0 h1:nBeETjudeJ5ZgBHUz1fVHvbqUKnYOXNhsIEabROxmNA=
20 github.com/planetscale/vtprotobuf v0.6.0/go.mod h1:t/avpk3KcrXxUnYOhZhMXJlSEyie6gQbtLq5NM3loB8=