Skip to content

Commit 2c0c772

Browse files
committed
Run 'go mod tidy'
1 parent 5958182 commit 2c0c772

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/gardener/gardener-extension-shoot-falco-service
33
go 1.24.4
44

55
require (
6+
github.com/Masterminds/semver/v3 v3.3.1
67
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
78
github.com/gardener/gardener v1.122.0
89
github.com/go-logr/logr v1.4.3
@@ -31,7 +32,6 @@ require (
3132
dario.cat/mergo v1.0.1 // indirect
3233
github.com/BurntSushi/toml v1.5.0 // indirect
3334
github.com/Masterminds/goutils v1.1.1 // indirect
34-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
3535
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
3636
github.com/PaesslerAG/gval v1.2.4 // indirect
3737
github.com/PaesslerAG/jsonpath v0.1.2-0.20240726212847-3a740cf7976f // indirect

0 commit comments

Comments
 (0)