Skip to content

Commit 91d00de

Browse files
committed
update go.mod
1 parent e9e7e68 commit 91d00de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/openmcp-project/bootstrapper
33
go 1.25.0
44

55
require (
6+
github.com/sirupsen/logrus v1.9.3
67
github.com/spf13/cobra v1.9.1
78
github.com/stretchr/testify v1.10.0
89
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
@@ -13,7 +14,6 @@ require (
1314
github.com/davecgh/go-spew v1.1.1 // indirect
1415
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1516
github.com/pmezard/go-difflib v1.0.0 // indirect
16-
github.com/sirupsen/logrus v1.9.3 // indirect
1717
github.com/spf13/pflag v1.0.7 // indirect
1818
go.yaml.in/yaml/v2 v2.4.2 // indirect
1919
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect

0 commit comments

Comments
 (0)