We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7e68 commit 91d00deCopy full SHA for 91d00de
go.mod
@@ -3,6 +3,7 @@ module github.com/openmcp-project/bootstrapper
3
go 1.25.0
4
5
require (
6
+ github.com/sirupsen/logrus v1.9.3
7
github.com/spf13/cobra v1.9.1
8
github.com/stretchr/testify v1.10.0
9
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
@@ -13,7 +14,6 @@ require (
13
14
github.com/davecgh/go-spew v1.1.1 // indirect
15
github.com/inconshreveable/mousetrap v1.1.0 // indirect
16
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/sirupsen/logrus v1.9.3 // indirect
17
github.com/spf13/pflag v1.0.7 // indirect
18
go.yaml.in/yaml/v2 v2.4.2 // indirect
19
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
0 commit comments