Skip to content

Commit 7059f2a

Browse files
committed
Removed viper replacement
Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com>
1 parent 766e2ba commit 7059f2a

File tree

3 files changed

+80
-3
lines changed

3 files changed

+80
-3
lines changed

go.mod

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ replace (
1313
// Tagged from v1.4.4, the porter branch
1414
github.com/hashicorp/go-plugin => github.com/getporter/go-plugin v1.4.4-porter.1
1515

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
1816
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
1917
)
2018

@@ -195,6 +193,8 @@ require (
195193
github.com/opencontainers/image-spec v1.1.0 // indirect
196194
github.com/opencontainers/selinux v1.11.1 // indirect
197195
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
198198
github.com/pkg/errors v0.9.1 // indirect
199199
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
200200
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -205,10 +205,13 @@ require (
205205
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
206206
github.com/rivo/uniseg v0.4.7 // indirect
207207
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
208210
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
209211
github.com/shibumi/go-pathspec v1.3.0 // indirect
210212
github.com/shopspring/decimal v1.4.0 // indirect
211213
github.com/sirupsen/logrus v1.9.3 // indirect
214+
github.com/sourcegraph/conc v0.3.0 // indirect
212215
github.com/spf13/cast v1.7.0 // indirect
213216
github.com/spf13/jwalterweatherman v1.1.0 // indirect
214217
github.com/subosito/gotenv v1.6.0 // indirect
@@ -240,6 +243,7 @@ require (
240243
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
241244
go.uber.org/multierr v1.11.0 // indirect
242245
golang.org/x/crypto v0.31.0 // indirect
246+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
243247
golang.org/x/net v0.32.0 // indirect
244248
golang.org/x/oauth2 v0.24.0 // indirect
245249
golang.org/x/sys v0.28.0 // indirect

0 commit comments

Comments
 (0)