Skip to content

Commit 402e14c

Browse files
committed
run make mod
Signed-off-by: mabulgu <mabulgu@gmail.com>
1 parent c576396 commit 402e14c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/metal3-io/baremetal-operator
33
go 1.24.0
44

55
require (
6+
github.com/cpuguy83/dockercfg v0.3.2
67
github.com/go-logr/logr v1.4.3
78
github.com/google/safetext v0.0.0-20230106111101-7156a760e523
89
github.com/google/uuid v1.6.0
@@ -32,7 +33,6 @@ require (
3233
github.com/blang/semver/v4 v4.0.0 // indirect
3334
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3435
github.com/cespare/xxhash/v2 v2.3.0 // indirect
35-
github.com/cpuguy83/dockercfg v0.3.2 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3838
github.com/evanphx/json-patch v5.6.0+incompatible // indirect

0 commit comments

Comments
 (0)