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 5958182 commit e7d0930Copy full SHA for e7d0930
1 file changed
go.mod
@@ -3,6 +3,7 @@ module github.com/gardener/gardener-extension-shoot-falco-service
3
go 1.24.4
4
5
require (
6
+ github.com/Masterminds/semver/v3 v3.3.1
7
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
8
github.com/gardener/gardener v1.122.0
9
github.com/go-logr/logr v1.4.3
@@ -31,7 +32,6 @@ require (
31
32
dario.cat/mergo v1.0.1 // indirect
33
github.com/BurntSushi/toml v1.5.0 // indirect
34
github.com/Masterminds/goutils v1.1.1 // indirect
- github.com/Masterminds/semver/v3 v3.3.1 // indirect
35
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
36
github.com/PaesslerAG/gval v1.2.4 // indirect
37
github.com/PaesslerAG/jsonpath v0.1.2-0.20240726212847-3a740cf7976f // indirect
0 commit comments