We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576396 commit 402e14cCopy full SHA for 402e14c
1 file changed
go.mod
@@ -3,6 +3,7 @@ module github.com/metal3-io/baremetal-operator
3
go 1.24.0
4
5
require (
6
+ github.com/cpuguy83/dockercfg v0.3.2
7
github.com/go-logr/logr v1.4.3
8
github.com/google/safetext v0.0.0-20230106111101-7156a760e523
9
github.com/google/uuid v1.6.0
@@ -32,7 +33,6 @@ require (
32
33
github.com/blang/semver/v4 v4.0.0 // indirect
34
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
35
github.com/cespare/xxhash/v2 v2.3.0 // indirect
- github.com/cpuguy83/dockercfg v0.3.2 // indirect
36
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
38
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
0 commit comments