@@ -13,8 +13,6 @@ replace (
13
13
// Tagged from v1.4.4, the porter branch
14
14
github.com/hashicorp/go-plugin => github.com/getporter/go-plugin v1.4.4-porter.1
15
15
16
- // Fixes https://github.com/spf13/viper/issues/761
17
- github.com/spf13/viper => github.com/getporter/viper v1.7.1-porter.2.0.20210514172839-3ea827168363
18
16
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
19
17
)
20
18
@@ -195,6 +193,8 @@ require (
195
193
github.com/opencontainers/image-spec v1.1.0 // indirect
196
194
github.com/opencontainers/selinux v1.11.1 // indirect
197
195
github.com/osteele/tuesday v1.0.3 // indirect
196
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
197
+ github.com/pierrec/lz4/v4 v4.1.21 // indirect
198
198
github.com/pkg/errors v0.9.1 // indirect
199
199
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
200
200
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -205,10 +205,13 @@ require (
205
205
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
206
206
github.com/rivo/uniseg v0.4.7 // indirect
207
207
github.com/russross/blackfriday/v2 v2.1.0 // indirect
208
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
209
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
208
210
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
209
211
github.com/shibumi/go-pathspec v1.3.0 // indirect
210
212
github.com/shopspring/decimal v1.4.0 // indirect
211
213
github.com/sirupsen/logrus v1.9.3 // indirect
214
+ github.com/sourcegraph/conc v0.3.0 // indirect
212
215
github.com/spf13/cast v1.7.0 // indirect
213
216
github.com/spf13/jwalterweatherman v1.1.0 // indirect
214
217
github.com/subosito/gotenv v1.6.0 // indirect
@@ -240,6 +243,7 @@ require (
240
243
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
241
244
go.uber.org/multierr v1.11.0 // indirect
242
245
golang.org/x/crypto v0.31.0 // indirect
246
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
243
247
golang.org/x/net v0.32.0 // indirect
244
248
golang.org/x/oauth2 v0.24.0 // indirect
245
249
golang.org/x/sys v0.28.0 // indirect
0 commit comments