Skip to content

Commit 25351f8

Browse files
Update module github.com/gruntwork-io/terratest to v0.40.24
Signed-off-by: Renovate Bot <[email protected]>
1 parent 14ea7a2 commit 25351f8

File tree

2 files changed

+8
-164
lines changed

2 files changed

+8
-164
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ module github.com/appuio/charts
33
go 1.18
44

55
require (
6-
github.com/gruntwork-io/terratest v0.40.7
6+
github.com/gruntwork-io/terratest v0.40.24
77
github.com/norwoodj/helm-docs v1.9.1
8-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.51.2
98
github.com/stretchr/testify v1.7.2
109
k8s.io/api v0.20.6
11-
k8s.io/apimachinery v0.20.6
1210
)
1311

1412
require (
@@ -64,7 +62,7 @@ require (
6462
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
6563
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
6664
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
67-
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
65+
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
6866
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
6967
golang.org/x/text v0.3.6 // indirect
7068
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
@@ -73,6 +71,7 @@ require (
7371
gopkg.in/inf.v0 v0.9.1 // indirect
7472
gopkg.in/yaml.v2 v2.4.0 // indirect
7573
gopkg.in/yaml.v3 v3.0.1 // indirect
74+
k8s.io/apimachinery v0.20.6 // indirect
7675
k8s.io/client-go v0.20.6 // indirect
7776
k8s.io/helm v2.14.3+incompatible // indirect
7877
k8s.io/klog/v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)