1
1
module github.com/doitintl/kube-no-trouble
2
2
3
- go 1.18
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.1
4
6
5
7
require (
6
8
github.com/ghodss/yaml v1.0.0
7
9
github.com/hashicorp/go-version v1.6.0
8
- github.com/open-policy-agent/opa v0.62 .1
10
+ github.com/open-policy-agent/opa v0.64 .1
9
11
github.com/rs/zerolog v1.32.0
10
12
github.com/spf13/pflag v1.0.5
11
13
helm.sh/helm/v3 v3.13.3
12
14
k8s.io/apimachinery v0.28.4
13
- k8s.io/client-go v0.28.4
15
+ k8s.io/client-go v0.28.4 // Change me and break everything
14
16
k8s.io/klog/v2 v2.120.1
15
17
)
16
18
@@ -34,7 +36,7 @@ require (
34
36
github.com/go-openapi/swag v0.22.3 // indirect
35
37
github.com/gobwas/glob v0.2.3 // indirect
36
38
github.com/gogo/protobuf v1.3.2 // indirect
37
- github.com/golang/protobuf v1.5.3 // indirect
39
+ github.com/golang/protobuf v1.5.4 // indirect
38
40
github.com/google/gnostic-models v0.6.8 // indirect
39
41
github.com/google/go-cmp v0.6.0 // indirect
40
42
github.com/google/gofuzz v1.2.0 // indirect
@@ -56,9 +58,8 @@ require (
56
58
github.com/modern-go/reflect2 v1.0.2 // indirect
57
59
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
58
60
github.com/pkg/errors v0.9.1 // indirect
59
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
61
github.com/prometheus/client_golang v1.19.0 // indirect
61
- github.com/prometheus/client_model v0.5.0 // indirect
62
+ github.com/prometheus/client_model v0.6.1 // indirect
62
63
github.com/prometheus/common v0.48.0 // indirect
63
64
github.com/prometheus/procfs v0.12.0 // indirect
64
65
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
@@ -73,14 +74,14 @@ require (
73
74
go.opentelemetry.io/otel/metric v1.21.0 // indirect
74
75
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
75
76
go.opentelemetry.io/otel/trace v1.21.0 // indirect
76
- golang.org/x/net v0.22 .0 // indirect
77
+ golang.org/x/net v0.24 .0 // indirect
77
78
golang.org/x/oauth2 v0.16.0 // indirect
78
- golang.org/x/sys v0.18 .0 // indirect
79
- golang.org/x/term v0.18 .0 // indirect
79
+ golang.org/x/sys v0.19 .0 // indirect
80
+ golang.org/x/term v0.19 .0 // indirect
80
81
golang.org/x/text v0.14.0 // indirect
81
82
golang.org/x/time v0.5.0 // indirect
82
- google.golang.org/appengine v1.6.8 // indirect
83
- google.golang.org/protobuf v1.32 .0 // indirect
83
+ google.golang.org/appengine v1.6.7 // indirect
84
+ google.golang.org/protobuf v1.33 .0 // indirect
84
85
gopkg.in/inf.v0 v0.9.1 // indirect
85
86
gopkg.in/yaml.v2 v2.4.0 // indirect
86
87
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments