11module kube-monkey
22
3- go 1.18
3+ go 1.21
44
55require (
66 github.com/fsnotify/fsnotify v1.6.0
7- github.com/golang/glog v1.0.0
7+ github.com/golang/glog v1.1.2
88 github.com/pkg/errors v0.9.1
9- github.com/spf13/viper v1.15 .0
10- github.com/stretchr/testify v1.8.1
11- k8s.io/api v0.26 .1
12- k8s.io/apimachinery v0.26 .1
13- k8s.io/client-go v0.26 .1
9+ github.com/spf13/viper v1.16 .0
10+ github.com/stretchr/testify v1.8.4
11+ k8s.io/api v0.28 .1
12+ k8s.io/apimachinery v0.28 .1
13+ k8s.io/client-go v0.28 .1
1414)
1515
1616require (
1717 github.com/davecgh/go-spew v1.1.1 // indirect
18- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
19- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
20- github.com/go-logr/logr v1.2.3 // indirect
21- github.com/go-openapi/jsonpointer v0.19.6 // indirect
18+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
19+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
20+ github.com/go-logr/logr v1.2.4 // indirect
21+ github.com/go-openapi/jsonpointer v0.20.0 // indirect
2222 github.com/go-openapi/jsonreference v0.20.2 // indirect
23- github.com/go-openapi/swag v0.22.3 // indirect
23+ github.com/go-openapi/swag v0.22.4 // indirect
2424 github.com/gogo/protobuf v1.3.2 // indirect
25- github.com/golang/protobuf v1.5.2 // indirect
26- github.com/google/gnostic v0.6.9 // indirect
25+ github.com/golang/protobuf v1.5.3 // indirect
26+ github.com/google/gnostic-models v0.6.8 // indirect
2727 github.com/google/go-cmp v0.5.9 // indirect
2828 github.com/google/gofuzz v1.2.0 // indirect
29+ github.com/google/uuid v1.3.1 // indirect
2930 github.com/hashicorp/hcl v1.0.0 // indirect
3031 github.com/josharian/intern v1.0.0 // indirect
3132 github.com/json-iterator/go v1.1.12 // indirect
@@ -35,31 +36,30 @@ require (
3536 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3637 github.com/modern-go/reflect2 v1.0.2 // indirect
3738 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
38- github.com/pelletier/go-toml v1.9.5 // indirect
39- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
39+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4040 github.com/pmezard/go-difflib v1.0.0 // indirect
41- github.com/spf13/afero v1.9.3 // indirect
42- github.com/spf13/cast v1.5.0 // indirect
41+ github.com/spf13/afero v1.9.5 // indirect
42+ github.com/spf13/cast v1.5.1 // indirect
4343 github.com/spf13/jwalterweatherman v1.1.0 // indirect
4444 github.com/spf13/pflag v1.0.5 // indirect
45- github.com/stretchr/objx v0.5.0 // indirect
46- github.com/subosito/gotenv v1.4.2 // indirect
47- golang.org/x/net v0.5 .0 // indirect
48- golang.org/x/oauth2 v0.4 .0 // indirect
49- golang.org/x/sys v0.4 .0 // indirect
50- golang.org/x/term v0.4 .0 // indirect
51- golang.org/x/text v0.6 .0 // indirect
45+ github.com/stretchr/objx v0.5.1 // indirect
46+ github.com/subosito/gotenv v1.6.0 // indirect
47+ golang.org/x/net v0.15 .0 // indirect
48+ golang.org/x/oauth2 v0.12 .0 // indirect
49+ golang.org/x/sys v0.12 .0 // indirect
50+ golang.org/x/term v0.12 .0 // indirect
51+ golang.org/x/text v0.13 .0 // indirect
5252 golang.org/x/time v0.3.0 // indirect
53- google.golang.org/appengine v1.6.7 // indirect
54- google.golang.org/protobuf v1.28.1 // indirect
53+ google.golang.org/appengine v1.6.8 // indirect
54+ google.golang.org/protobuf v1.31.0 // indirect
5555 gopkg.in/inf.v0 v0.9.1 // indirect
5656 gopkg.in/ini.v1 v1.67.0 // indirect
5757 gopkg.in/yaml.v2 v2.4.0 // indirect
5858 gopkg.in/yaml.v3 v3.0.1 // indirect
59- k8s.io/klog/v2 v2.90.0 // indirect
60- k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a // indirect
61- k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
59+ k8s.io/klog/v2 v2.100.1 // indirect
60+ k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f // indirect
61+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
6262 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
63- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
63+ sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
6464 sigs.k8s.io/yaml v1.3.0 // indirect
6565)
0 commit comments