@@ -17,16 +17,16 @@ require (
17
17
github.com/robfig/cron/v3 v3.0.1
18
18
github.com/spf13/cobra v1.9.1
19
19
github.com/spf13/pflag v1.0.6
20
- github.com/spf13/viper v1.19.0
20
+ github.com/spf13/viper v1.20.1
21
21
github.com/stretchr/testify v1.10.0
22
22
go.uber.org/zap v1.27.0
23
23
gopkg.in/yaml.v2 v2.4.0
24
24
helm.sh/helm/v3 v3.17.3
25
- k8s.io/api v0.32.2
26
- k8s.io/apimachinery v0.32.2
27
- k8s.io/cli-runtime v0.32.2
28
- k8s.io/client-go v0.32.2
29
- sigs.k8s.io/controller-runtime v0.20.2
25
+ k8s.io/api v0.32.3
26
+ k8s.io/apimachinery v0.32.3
27
+ k8s.io/cli-runtime v0.32.3
28
+ k8s.io/client-go v0.32.3
29
+ sigs.k8s.io/controller-runtime v0.20.4
30
30
)
31
31
32
32
require (
@@ -65,7 +65,7 @@ require (
65
65
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
66
66
github.com/fatih/color v1.15.0 // indirect
67
67
github.com/felixge/httpsnoop v1.0.4 // indirect
68
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
68
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
69
69
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
70
70
github.com/go-errors/errors v1.4.2 // indirect
71
71
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -74,6 +74,7 @@ require (
74
74
github.com/go-openapi/jsonpointer v0.21.0 // indirect
75
75
github.com/go-openapi/jsonreference v0.20.2 // indirect
76
76
github.com/go-openapi/swag v0.23.0 // indirect
77
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
77
78
github.com/gobwas/glob v0.2.3 // indirect
78
79
github.com/gofrs/uuid v4.0.0+incompatible // indirect
79
80
github.com/gogo/protobuf v1.3.2 // indirect
@@ -91,7 +92,6 @@ require (
91
92
github.com/hashicorp/errwrap v1.1.0 // indirect
92
93
github.com/hashicorp/go-multierror v1.1.1 // indirect
93
94
github.com/hashicorp/go-version v1.6.0 // indirect
94
- github.com/hashicorp/hcl v1.0.0 // indirect
95
95
github.com/hashicorp/logutils v1.0.0 // indirect
96
96
github.com/huandu/xstrings v1.5.0 // indirect
97
97
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -104,15 +104,13 @@ require (
104
104
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
105
105
github.com/lib/pq v1.10.9 // indirect
106
106
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
107
- github.com/magiconair/properties v1.8.7 // indirect
108
107
github.com/mailru/easyjson v0.7.7 // indirect
109
108
github.com/mattn/go-colorable v0.1.13 // indirect
110
109
github.com/mattn/go-isatty v0.0.19 // indirect
111
110
github.com/mattn/go-runewidth v0.0.14 // indirect
112
111
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
113
112
github.com/mitchellh/copystructure v1.2.0 // indirect
114
113
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
115
- github.com/mitchellh/mapstructure v1.5.0 // indirect
116
114
github.com/mitchellh/reflectwalk v1.0.2 // indirect
117
115
github.com/moby/locker v1.0.1 // indirect
118
116
github.com/moby/spdystream v0.5.0 // indirect
@@ -124,7 +122,7 @@ require (
124
122
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
125
123
github.com/opencontainers/go-digest v1.0.0 // indirect
126
124
github.com/opencontainers/image-spec v1.1.0 // indirect
127
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
125
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
128
126
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
129
127
github.com/prometheus/client_golang v1.19.1 // indirect
130
128
github.com/prometheus/client_model v0.6.1 // indirect
@@ -133,13 +131,12 @@ require (
133
131
github.com/rivo/uniseg v0.4.4 // indirect
134
132
github.com/rubenv/sql-migrate v1.7.1 // indirect
135
133
github.com/russross/blackfriday/v2 v2.1.0 // indirect
136
- github.com/sagikazarmark/locafero v0.4.0 // indirect
137
- github.com/sagikazarmark/slog-shim v0.1.0 // indirect
134
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
138
135
github.com/shopspring/decimal v1.4.0 // indirect
139
136
github.com/sirupsen/logrus v1.9.3 // indirect
140
137
github.com/sourcegraph/conc v0.3.0 // indirect
141
- github.com/spf13/afero v1.11 .0 // indirect
142
- github.com/spf13/cast v1.7.0 // indirect
138
+ github.com/spf13/afero v1.12 .0 // indirect
139
+ github.com/spf13/cast v1.7.1 // indirect
143
140
github.com/subosito/gotenv v1.6.0 // indirect
144
141
github.com/x448/float16 v0.8.4 // indirect
145
142
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -149,26 +146,24 @@ require (
149
146
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
150
147
github.com/yvasiyarov/gorelic v0.0.7 // indirect
151
148
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
152
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
153
- go.opentelemetry.io/otel v1.28 .0 // indirect
154
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
155
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
149
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
150
+ go.opentelemetry.io/otel v1.29 .0 // indirect
151
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
152
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
156
153
go.uber.org/multierr v1.11.0 // indirect
157
154
golang.org/x/crypto v0.36.0 // indirect
158
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
159
155
golang.org/x/net v0.38.0 // indirect
160
- golang.org/x/oauth2 v0.23 .0 // indirect
156
+ golang.org/x/oauth2 v0.25 .0 // indirect
161
157
golang.org/x/sync v0.12.0 // indirect
162
158
golang.org/x/sys v0.31.0 // indirect
163
159
golang.org/x/term v0.30.0 // indirect
164
160
golang.org/x/text v0.23.0 // indirect
165
- golang.org/x/time v0.7 .0 // indirect
166
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
167
- google.golang.org/grpc v1.65.0 // indirect
168
- google.golang.org/protobuf v1.35.2 // indirect
161
+ golang.org/x/time v0.8 .0 // indirect
162
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
163
+ google.golang.org/grpc v1.67.3 // indirect
164
+ google.golang.org/protobuf v1.36.1 // indirect
169
165
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
170
166
gopkg.in/inf.v0 v0.9.1 // indirect
171
- gopkg.in/ini.v1 v1.67.0 // indirect
172
167
gopkg.in/yaml.v3 v3.0.1 // indirect
173
168
k8s.io/apiextensions-apiserver v0.32.2 // indirect
174
169
k8s.io/apiserver v0.32.2 // indirect
0 commit comments