@@ -21,7 +21,6 @@ require (
21
21
github.com/MicahParks/keyfunc/v3 v3.4.0 // indirect
22
22
github.com/XSAM/otelsql v0.39.0 // indirect
23
23
github.com/beorn7/perks v1.0.1 // indirect
24
- github.com/cenkalti/backoff/v4 v4.3.0 // indirect
25
24
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
26
25
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27
26
github.com/cockroachdb/cockroach-go/v2 v2.4.0 // indirect
@@ -30,7 +29,7 @@ require (
30
29
github.com/fsnotify/fsnotify v1.8.0 // indirect
31
30
github.com/go-logr/logr v1.4.2 // indirect
32
31
github.com/go-logr/stdr v1.2.2 // indirect
33
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
32
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
34
33
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
35
34
github.com/google/uuid v1.6.0 // indirect
36
35
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
@@ -40,7 +39,6 @@ require (
40
39
github.com/jackc/pgx/v5 v5.7.5 // indirect
41
40
github.com/jackc/puddle/v2 v2.2.2 // indirect
42
41
github.com/jaevor/go-nanoid v1.4.0 // indirect
43
- github.com/klauspost/compress v1.18.0 // indirect
44
42
github.com/labstack/echo-contrib v0.17.4 // indirect
45
43
github.com/labstack/echo-jwt/v4 v4.3.1 // indirect
46
44
github.com/labstack/gommon v0.4.2 // indirect
0 commit comments