@@ -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
@@ -201,6 +199,7 @@ require (
201
199
github.com/opencontainers/image-spec v1.1.0 // indirect
202
200
github.com/opencontainers/selinux v1.11.1 // indirect
203
201
github.com/osteele/tuesday v1.0.3 // indirect
202
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
204
203
github.com/pierrec/lz4/v4 v4.1.21 // indirect
205
204
github.com/pkg/errors v0.9.1 // indirect
206
205
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -212,10 +211,13 @@ require (
212
211
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
213
212
github.com/rivo/uniseg v0.4.7 // indirect
214
213
github.com/russross/blackfriday/v2 v2.1.0 // indirect
214
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
215
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
215
216
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
216
217
github.com/shibumi/go-pathspec v1.3.0 // indirect
217
218
github.com/shopspring/decimal v1.4.0 // indirect
218
219
github.com/sirupsen/logrus v1.9.3 // indirect
220
+ github.com/sourcegraph/conc v0.3.0 // indirect
219
221
github.com/spf13/cast v1.7.0 // indirect
220
222
github.com/spf13/jwalterweatherman v1.1.0 // indirect
221
223
github.com/subosito/gotenv v1.6.0 // indirect
@@ -249,6 +251,7 @@ require (
249
251
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
250
252
go.uber.org/multierr v1.11.0 // indirect
251
253
golang.org/x/crypto v0.31.0 // indirect
254
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
252
255
golang.org/x/net v0.32.0 // indirect
253
256
golang.org/x/oauth2 v0.24.0 // indirect
254
257
golang.org/x/sys v0.28.0 // indirect
0 commit comments