We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b13a48 commit 6f5ea7cCopy full SHA for 6f5ea7c
go.mod
@@ -99,6 +99,7 @@ require (
99
github.com/go-logr/stdr v1.2.3-0.20220714215716-96bad1d688c5
100
github.com/go-test/deep v1.0.7
101
github.com/google/cadvisor v0.51.0
102
+ github.com/google/go-containerregistry v0.20.2
103
github.com/google/uuid v1.6.0
104
github.com/gorilla/mux v1.8.1
105
github.com/gorilla/websocket v1.5.1
@@ -170,7 +171,6 @@ require (
170
171
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
172
sigs.k8s.io/cri-tools v0.0.0-00010101000000-000000000000
173
sigs.k8s.io/yaml v1.4.0
- github.com/google/go-containerregistry v0.20.2
174
)
175
176
require (
0 commit comments