1
1
module github.com/replicatedhq/replicated-sdk
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
- toolchain go1.23.6
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/blang/semver v3.5.1+incompatible
@@ -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.33.0
26
+ k8s.io/apimachinery v0.33.0
27
+ k8s.io/cli-runtime v0.33.0
28
+ k8s.io/client-go v0.33.0
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,24 +74,23 @@ 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
80
- github.com/golang/protobuf v1.5.4 // indirect
81
81
github.com/gomodule/redigo v2.0.0+incompatible // indirect
82
82
github.com/google/btree v1.1.3 // indirect
83
- github.com/google/gnostic-models v0.6.8 // indirect
84
- github.com/google/go-cmp v0.6 .0 // indirect
83
+ github.com/google/gnostic-models v0.6.9 // indirect
84
+ github.com/google/go-cmp v0.7 .0 // indirect
85
85
github.com/google/gofuzz v1.2.0 // indirect
86
86
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
87
87
github.com/google/uuid v1.6.0 // indirect
88
- github.com/gorilla/websocket v1.5.0 // indirect
88
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
89
89
github.com/gosuri/uitable v0.0.4 // indirect
90
90
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
91
91
github.com/hashicorp/errwrap v1.1.0 // indirect
92
92
github.com/hashicorp/go-multierror v1.1.1 // indirect
93
93
github.com/hashicorp/go-version v1.6.0 // indirect
94
- github.com/hashicorp/hcl v1.0.0 // indirect
95
94
github.com/hashicorp/logutils v1.0.0 // indirect
96
95
github.com/huandu/xstrings v1.5.0 // indirect
97
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -104,15 +103,13 @@ require (
104
103
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
105
104
github.com/lib/pq v1.10.9 // indirect
106
105
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
107
- github.com/magiconair/properties v1.8.7 // indirect
108
106
github.com/mailru/easyjson v0.7.7 // indirect
109
107
github.com/mattn/go-colorable v0.1.13 // indirect
110
108
github.com/mattn/go-isatty v0.0.19 // indirect
111
109
github.com/mattn/go-runewidth v0.0.14 // indirect
112
110
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
113
111
github.com/mitchellh/copystructure v1.2.0 // indirect
114
112
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
115
- github.com/mitchellh/mapstructure v1.5.0 // indirect
116
113
github.com/mitchellh/reflectwalk v1.0.2 // indirect
117
114
github.com/moby/locker v1.0.1 // indirect
118
115
github.com/moby/spdystream v0.5.0 // indirect
@@ -124,7 +121,7 @@ require (
124
121
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
125
122
github.com/opencontainers/go-digest v1.0.0 // indirect
126
123
github.com/opencontainers/image-spec v1.1.0 // indirect
127
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
124
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
128
125
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
129
126
github.com/prometheus/client_golang v1.19.1 // indirect
130
127
github.com/prometheus/client_model v0.6.1 // indirect
@@ -133,13 +130,12 @@ require (
133
130
github.com/rivo/uniseg v0.4.4 // indirect
134
131
github.com/rubenv/sql-migrate v1.7.1 // indirect
135
132
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
133
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
138
134
github.com/shopspring/decimal v1.4.0 // indirect
139
135
github.com/sirupsen/logrus v1.9.3 // indirect
140
136
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
137
+ github.com/spf13/afero v1.12 .0 // indirect
138
+ github.com/spf13/cast v1.7.1 // indirect
143
139
github.com/subosito/gotenv v1.6.0 // indirect
144
140
github.com/x448/float16 v0.8.4 // indirect
145
141
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -149,38 +145,37 @@ require (
149
145
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
150
146
github.com/yvasiyarov/gorelic v0.0.7 // indirect
151
147
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
148
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
149
+ go.opentelemetry.io/otel v1.29 .0 // indirect
150
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
151
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
156
152
go.uber.org/multierr v1.11.0 // indirect
157
153
golang.org/x/crypto v0.36.0 // indirect
158
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
159
154
golang.org/x/net v0.38.0 // indirect
160
- golang.org/x/oauth2 v0.23 .0 // indirect
155
+ golang.org/x/oauth2 v0.27 .0 // indirect
161
156
golang.org/x/sync v0.12.0 // indirect
162
157
golang.org/x/sys v0.31.0 // indirect
163
158
golang.org/x/term v0.30.0 // indirect
164
159
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
160
+ golang.org/x/time v0.9 .0 // indirect
161
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
162
+ google.golang.org/grpc v1.67.3 // indirect
163
+ google.golang.org/protobuf v1.36.5 // indirect
169
164
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
170
165
gopkg.in/inf.v0 v0.9.1 // indirect
171
- gopkg.in/ini.v1 v1.67.0 // indirect
172
166
gopkg.in/yaml.v3 v3.0.1 // indirect
173
167
k8s.io/apiextensions-apiserver v0.32.2 // indirect
174
168
k8s.io/apiserver v0.32.2 // indirect
175
169
k8s.io/component-base v0.32.2 // indirect
176
170
k8s.io/klog/v2 v2.130.1 // indirect
177
- k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
171
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
178
172
k8s.io/kubectl v0.32.2 // indirect
179
173
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
180
174
oras.land/oras-go v1.2.5 // indirect
181
175
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
182
- sigs.k8s.io/kustomize/api v0.18.0 // indirect
183
- sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
184
- sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
176
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
177
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
178
+ sigs.k8s.io/randfill v1.0.0 // indirect
179
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
185
180
sigs.k8s.io/yaml v1.4.0 // indirect
186
181
)
0 commit comments