@@ -46,8 +46,6 @@ require (
46
46
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
47
47
)
48
48
49
- require github.com/spf13/viper v1.14.0
50
-
51
49
require (
52
50
cloud.google.com/go/compute v1.12.1 // indirect
53
51
cloud.google.com/go/compute/metadata v0.2.1 // indirect
@@ -78,23 +76,19 @@ require (
78
76
github.com/google/gofuzz v1.1.0 // indirect
79
77
github.com/google/uuid v1.1.2 // indirect
80
78
github.com/googleapis/gnostic v0.5.5 // indirect
81
- github.com/hashicorp/hcl v1.0.0 // indirect
82
79
github.com/iancoleman/orderedmap v0.2.0 // indirect
83
80
github.com/imdario/mergo v0.3.12 // indirect
84
81
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
85
82
github.com/inconshreveable/mousetrap v1.0.1 // indirect
86
83
github.com/json-iterator/go v1.1.12 // indirect
87
84
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
88
- github.com/magiconair/properties v1.8.6 // indirect
85
+ github.com/kr/pretty v0.3.0 // indirect
89
86
github.com/mattn/go-colorable v0.1.12 // indirect
90
87
github.com/mattn/go-runewidth v0.0.13 // indirect
91
88
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
92
89
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
93
- github.com/mitchellh/mapstructure v1.5.0 // indirect
94
90
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
95
91
github.com/modern-go/reflect2 v1.0.2 // indirect
96
- github.com/pelletier/go-toml v1.9.5 // indirect
97
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
98
92
github.com/prometheus/client_golang v1.11.0 // indirect
99
93
github.com/prometheus/client_model v0.2.0 // indirect
100
94
github.com/prometheus/common v0.26.0 // indirect
@@ -104,22 +98,23 @@ require (
104
98
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105
99
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
106
100
github.com/segmentio/ksuid v1.0.3 // indirect
107
- github.com/spf13/afero v1.9.2 // indirect
108
- github.com/spf13/cast v1.5.0 // indirect
109
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
110
- github.com/subosito/gotenv v1.4.1 // indirect
101
+ github.com/stretchr/testify v1.8.1 // indirect
111
102
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
112
103
github.com/ulikunitz/xz v0.5.10 // indirect
104
+ go.uber.org/atomic v1.9.0 // indirect
105
+ go.uber.org/goleak v1.1.11 // indirect
106
+ go.uber.org/multierr v1.8.0 // indirect
107
+ go.uber.org/zap v1.21.0 // indirect
113
108
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
114
109
golang.org/x/net v0.2.0 // indirect
115
110
golang.org/x/sys v0.2.0 // indirect
116
111
golang.org/x/term v0.2.0 // indirect
117
112
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
113
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
118
114
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
119
115
google.golang.org/appengine v1.6.7 // indirect
120
116
google.golang.org/protobuf v1.28.1 // indirect
121
117
gopkg.in/inf.v0 v0.9.1 // indirect
122
- gopkg.in/ini.v1 v1.67.0 // indirect
123
118
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
124
119
gopkg.in/yaml.v3 v3.0.1 // indirect
125
120
k8s.io/apiextensions-apiserver v0.22.1 // indirect
0 commit comments