@@ -14,7 +14,6 @@ require (
14
14
github.com/cockroachdb/cockroach-go/v2 v2.1.1
15
15
github.com/dhui/dktest v0.4.4
16
16
github.com/docker/docker v27.2.0+incompatible
17
- github.com/docker/go-connections v0.5.0
18
17
github.com/fsouza/fake-gcs-server v1.17.0
19
18
github.com/go-sql-driver/mysql v1.5.0
20
19
github.com/gobuffalo/here v0.6.0
@@ -47,6 +46,7 @@ require (
47
46
48
47
require (
49
48
github.com/distribution/reference v0.6.0 // indirect
49
+ github.com/docker/go-connections v0.5.0 // indirect
50
50
github.com/felixge/httpsnoop v1.0.4 // indirect
51
51
github.com/go-logr/logr v1.4.2 // indirect
52
52
github.com/go-logr/stdr v1.2.2 // indirect
@@ -119,7 +119,7 @@ require (
119
119
github.com/goccy/go-json v0.9.11 // indirect
120
120
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
121
121
github.com/gogo/protobuf v1.3.2 // indirect
122
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
122
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
123
123
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
124
124
github.com/golang-sql/sqlexp v0.1.0 // indirect
125
125
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
0 commit comments