Skip to content

Commit e06b9b5

Browse files
dependabot[bot]Gearheads
authored andcommitted
chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd130e4 commit e06b9b5

File tree

2 files changed

+474
-55
lines changed

2 files changed

+474
-55
lines changed

go.mod

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/google/go-github v17.0.0+incompatible
2222
github.com/google/go-querystring v1.0.0 // indirect
2323
github.com/google/gofuzz v1.2.0 // indirect
24-
github.com/google/uuid v1.3.1
24+
github.com/google/uuid v1.4.0
2525
github.com/imdario/mergo v0.3.10 // indirect
2626
github.com/marshallbrekka/go-u2fhost v0.0.0-20200114212649-cc764c209ee9 // indirect
2727
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -31,15 +31,15 @@ require (
3131
github.com/onsi/gomega v1.30.0
3232
github.com/pkg/errors v0.9.1
3333
github.com/sirupsen/logrus v1.9.3
34-
github.com/spf13/afero v1.10.0 // indirect
35-
github.com/spf13/cast v1.5.1 // indirect
34+
github.com/spf13/afero v1.11.0 // indirect
35+
github.com/spf13/cast v1.6.0 // indirect
3636
github.com/spf13/cobra v1.7.0
3737
github.com/spf13/pflag v1.0.5
38-
github.com/spf13/viper v1.17.0
38+
github.com/spf13/viper v1.18.1
3939
github.com/versent/saml2aws v1.8.5-0.20200622110128-d94772688a70
4040
go.uber.org/multierr v1.10.0 // indirect
4141
go.uber.org/zap v1.26.0
42-
golang.org/x/crypto v0.14.0 // indirect
42+
golang.org/x/crypto v0.16.0 // indirect
4343
golang.org/x/mod v0.13.0
4444
gopkg.in/ini.v1 v1.67.0
4545
gopkg.in/yaml.v2 v2.4.0
@@ -60,7 +60,7 @@ require (
6060
github.com/avast/retry-go v2.6.0+incompatible // indirect
6161
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6262
github.com/dimchansky/utfbom v1.1.1 // indirect
63-
github.com/fsnotify/fsnotify v1.6.0 // indirect
63+
github.com/fsnotify/fsnotify v1.7.0 // indirect
6464
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
6565
github.com/go-logr/logr v1.2.4 // indirect
6666
github.com/go-playground/locales v0.14.1 // indirect
@@ -84,20 +84,20 @@ require (
8484
github.com/modern-go/reflect2 v1.0.2 // indirect
8585
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
8686
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
87-
github.com/sagikazarmark/locafero v0.3.0 // indirect
87+
github.com/sagikazarmark/locafero v0.4.0 // indirect
8888
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8989
github.com/sourcegraph/conc v0.3.0 // indirect
9090
github.com/subosito/gotenv v1.6.0 // indirect
9191
github.com/tidwall/gjson v1.9.3 // indirect
9292
github.com/tidwall/match v1.1.1 // indirect
9393
github.com/tidwall/pretty v1.2.0 // indirect
9494
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
95-
golang.org/x/net v0.17.0 // indirect
96-
golang.org/x/oauth2 v0.12.0 // indirect
97-
golang.org/x/sys v0.13.0 // indirect
98-
golang.org/x/term v0.13.0 // indirect
99-
golang.org/x/text v0.13.0 // indirect
100-
golang.org/x/time v0.3.0 // indirect
95+
golang.org/x/net v0.19.0 // indirect
96+
golang.org/x/oauth2 v0.15.0 // indirect
97+
golang.org/x/sys v0.15.0 // indirect
98+
golang.org/x/term v0.15.0 // indirect
99+
golang.org/x/text v0.14.0 // indirect
100+
golang.org/x/time v0.5.0 // indirect
101101
google.golang.org/appengine v1.6.7 // indirect
102102
google.golang.org/protobuf v1.31.0 // indirect
103103
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect

0 commit comments

Comments
 (0)