Skip to content

Commit 1d74ce4

Browse files
Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#4)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e944a8 commit 1d74ce4

File tree

2 files changed

+23
-453
lines changed

2 files changed

+23
-453
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ go 1.21
55
require (
66
github.com/negasus/haproxy-spoe-go v1.0.5
77
github.com/spf13/pflag v1.0.5
8-
github.com/spf13/viper v1.17.0
8+
github.com/spf13/viper v1.18.1
99
github.com/stretchr/testify v1.8.4
1010
)
1111

1212
require (
1313
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
14-
github.com/fsnotify/fsnotify v1.6.0 // indirect
14+
github.com/fsnotify/fsnotify v1.7.0 // indirect
1515
github.com/hashicorp/hcl v1.0.0 // indirect
1616
github.com/magiconair/properties v1.8.7 // indirect
1717
github.com/mitchellh/mapstructure v1.5.0 // indirect
1818
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
1919
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
20-
github.com/sagikazarmark/locafero v0.3.0 // indirect
20+
github.com/sagikazarmark/locafero v0.4.0 // indirect
2121
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
2222
github.com/sourcegraph/conc v0.3.0 // indirect
23-
github.com/spf13/afero v1.10.0 // indirect
24-
github.com/spf13/cast v1.5.1 // indirect
23+
github.com/spf13/afero v1.11.0 // indirect
24+
github.com/spf13/cast v1.6.0 // indirect
2525
github.com/subosito/gotenv v1.6.0 // indirect
2626
go.uber.org/atomic v1.9.0 // indirect
2727
go.uber.org/multierr v1.9.0 // indirect
2828
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
29-
golang.org/x/sys v0.12.0 // indirect
30-
golang.org/x/text v0.13.0 // indirect
29+
golang.org/x/sys v0.15.0 // indirect
30+
golang.org/x/text v0.14.0 // indirect
3131
gopkg.in/ini.v1 v1.67.0 // indirect
3232
gopkg.in/yaml.v3 v3.0.1 // indirect
3333
)

0 commit comments

Comments
 (0)