Skip to content

Commit 49061c5

Browse files
Bump github.com/spf13/viper from 1.7.0 to 1.18.2 in /tools
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.7.0...v1.18.2) --- 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 0a73fc6 commit 49061c5

File tree

2 files changed

+80
-58
lines changed

2 files changed

+80
-58
lines changed

tools/go.mod

+23-19
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/MakeNowJust/heredoc/v2 v2.0.1
7-
github.com/fatih/color v1.9.0
7+
github.com/fatih/color v1.14.1
88
github.com/gdamore/tcell/v2 v2.5.1
99
github.com/google/go-cmp v0.5.9
1010
github.com/hibiken/asynq v0.24.1
@@ -15,41 +15,45 @@ require (
1515
github.com/redis/go-redis/v9 v9.0.5
1616
github.com/spf13/cobra v1.1.1
1717
github.com/spf13/pflag v1.0.5
18-
github.com/spf13/viper v1.7.0
19-
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136
18+
github.com/spf13/viper v1.18.2
19+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
2020
)
2121

2222
require (
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2525
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
26-
github.com/fsnotify/fsnotify v1.4.9 // indirect
26+
github.com/fsnotify/fsnotify v1.7.0 // indirect
2727
github.com/gdamore/encoding v1.0.0 // indirect
2828
github.com/golang/protobuf v1.5.3 // indirect
29-
github.com/google/uuid v1.3.0 // indirect
29+
github.com/google/uuid v1.4.0 // indirect
3030
github.com/hashicorp/hcl v1.0.0 // indirect
3131
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3232
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
33-
github.com/magiconair/properties v1.8.1 // indirect
34-
github.com/mattn/go-colorable v0.1.4 // indirect
35-
github.com/mattn/go-isatty v0.0.11 // indirect
33+
github.com/magiconair/properties v1.8.7 // indirect
34+
github.com/mattn/go-colorable v0.1.13 // indirect
35+
github.com/mattn/go-isatty v0.0.17 // indirect
3636
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
37-
github.com/mitchellh/mapstructure v1.1.2 // indirect
38-
github.com/pelletier/go-toml v1.2.0 // indirect
37+
github.com/mitchellh/mapstructure v1.5.0 // indirect
38+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
3939
github.com/prometheus/client_model v0.2.0 // indirect
4040
github.com/prometheus/common v0.26.0 // indirect
4141
github.com/prometheus/procfs v0.6.0 // indirect
4242
github.com/rivo/uniseg v0.2.0 // indirect
4343
github.com/robfig/cron/v3 v3.0.1 // indirect
44-
github.com/spf13/afero v1.1.2 // indirect
45-
github.com/spf13/cast v1.5.1 // indirect
46-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
47-
github.com/subosito/gotenv v1.2.0 // indirect
48-
golang.org/x/sys v0.10.0 // indirect
44+
github.com/sagikazarmark/locafero v0.4.0 // indirect
45+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
46+
github.com/sourcegraph/conc v0.3.0 // indirect
47+
github.com/spf13/afero v1.11.0 // indirect
48+
github.com/spf13/cast v1.6.0 // indirect
49+
github.com/subosito/gotenv v1.6.0 // indirect
50+
go.uber.org/atomic v1.9.0 // indirect
51+
go.uber.org/multierr v1.9.0 // indirect
52+
golang.org/x/sys v0.15.0 // indirect
4953
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
50-
golang.org/x/text v0.3.8 // indirect
51-
golang.org/x/time v0.3.0 // indirect
54+
golang.org/x/text v0.14.0 // indirect
55+
golang.org/x/time v0.5.0 // indirect
5256
google.golang.org/protobuf v1.31.0 // indirect
53-
gopkg.in/ini.v1 v1.51.0 // indirect
54-
gopkg.in/yaml.v2 v2.4.0 // indirect
57+
gopkg.in/ini.v1 v1.67.0 // indirect
58+
gopkg.in/yaml.v3 v3.0.1 // indirect
5559
)

0 commit comments

Comments
 (0)