Skip to content

Commit 6f5ea7c

Browse files
committed
Fix go.mod
Signed-off-by: Vitor Savian <[email protected]>
1 parent 7b13a48 commit 6f5ea7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ require (
9999
github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5
100100
github.com/go-test/deep v1.0.7
101101
github.com/google/cadvisor v0.51.0
102+
github.com/google/go-containerregistry v0.20.2
102103
github.com/google/uuid v1.6.0
103104
github.com/gorilla/mux v1.8.1
104105
github.com/gorilla/websocket v1.5.1
@@ -170,7 +171,6 @@ require (
170171
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
171172
sigs.k8s.io/cri-tools v0.0.0-00010101000000-000000000000
172173
sigs.k8s.io/yaml v1.4.0
173-
github.com/google/go-containerregistry v0.20.2
174174
)
175175

176176
require (

0 commit comments

Comments
 (0)