Skip to content

Commit de95b01

Browse files
fix(deps): update module github.com/spf13/viper to v1.18.1
1 parent 411458e commit de95b01

File tree

2 files changed

+31
-417
lines changed

2 files changed

+31
-417
lines changed

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ require (
1414
github.com/logrusorgru/aurora v2.0.3+incompatible
1515
github.com/magefile/mage v1.15.0
1616
github.com/spf13/cobra v1.8.0
17-
github.com/spf13/viper v1.17.0
17+
github.com/spf13/viper v1.18.1
1818
github.com/stretchr/testify v1.8.4
19-
golang.org/x/oauth2 v0.14.0
19+
golang.org/x/oauth2 v0.15.0
2020
)
2121

2222
require (
@@ -30,7 +30,7 @@ require (
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3131
github.com/emirpasic/gods v1.18.1 // indirect
3232
github.com/fatih/color v1.14.1 // indirect
33-
github.com/fsnotify/fsnotify v1.6.0 // indirect
33+
github.com/fsnotify/fsnotify v1.7.0 // indirect
3434
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3535
github.com/go-git/go-billy/v5 v5.5.0 // indirect
3636
github.com/go-openapi/errors v0.19.2 // indirect
@@ -52,24 +52,24 @@ require (
5252
github.com/pjbgf/sha1cd v0.3.0 // indirect
5353
github.com/pkg/errors v0.9.1 // indirect
5454
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
55-
github.com/sagikazarmark/locafero v0.3.0 // indirect
55+
github.com/sagikazarmark/locafero v0.4.0 // indirect
5656
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
5757
github.com/sergi/go-diff v1.1.0 // indirect
5858
github.com/skeema/knownhosts v1.2.0 // indirect
5959
github.com/sourcegraph/conc v0.3.0 // indirect
60-
github.com/spf13/afero v1.10.0 // indirect
61-
github.com/spf13/cast v1.5.1 // indirect
60+
github.com/spf13/afero v1.11.0 // indirect
61+
github.com/spf13/cast v1.6.0 // indirect
6262
github.com/spf13/pflag v1.0.5 // indirect
6363
github.com/subosito/gotenv v1.6.0 // indirect
6464
github.com/xanzy/ssh-agent v0.3.3 // indirect
6565
go.mongodb.org/mongo-driver v1.0.3 // indirect
6666
go.uber.org/atomic v1.9.0 // indirect
6767
go.uber.org/multierr v1.9.0 // indirect
68-
golang.org/x/crypto v0.15.0 // indirect
68+
golang.org/x/crypto v0.16.0 // indirect
6969
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7070
golang.org/x/mod v0.12.0 // indirect
71-
golang.org/x/net v0.18.0 // indirect
72-
golang.org/x/sys v0.14.0 // indirect
71+
golang.org/x/net v0.19.0 // indirect
72+
golang.org/x/sys v0.15.0 // indirect
7373
golang.org/x/text v0.14.0 // indirect
7474
golang.org/x/tools v0.13.0 // indirect
7575
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)