@@ -3,12 +3,10 @@ module github.com/appuio/charts
3
3
go 1.18
4
4
5
5
require (
6
- github.com/gruntwork-io/terratest v0.40.7
6
+ github.com/gruntwork-io/terratest v0.40.24
7
7
github.com/norwoodj/helm-docs v1.9.1
8
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.51.2
9
8
github.com/stretchr/testify v1.7.2
10
9
k8s.io/api v0.20.6
11
- k8s.io/apimachinery v0.20.6
12
10
)
13
11
14
12
require (
@@ -64,7 +62,7 @@ require (
64
62
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
65
63
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
66
64
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
68
66
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
69
67
golang.org/x/text v0.3.6 // indirect
70
68
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
@@ -73,6 +71,7 @@ require (
73
71
gopkg.in/inf.v0 v0.9.1 // indirect
74
72
gopkg.in/yaml.v2 v2.4.0 // indirect
75
73
gopkg.in/yaml.v3 v3.0.1 // indirect
74
+ k8s.io/apimachinery v0.20.6 // indirect
76
75
k8s.io/client-go v0.20.6 // indirect
77
76
k8s.io/helm v2.14.3+incompatible // indirect
78
77
k8s.io/klog/v2 v2.4.0 // indirect
0 commit comments