Skip to content

Commit 8a5e7c2

Browse files
chore(deps): bump github.com/spf13/viper from 1.7.1 to 1.20.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.7.1...v1.20.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 198d9fc commit 8a5e7c2

File tree

2 files changed

+56
-304
lines changed

2 files changed

+56
-304
lines changed

go.mod

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hookdeck/hookdeck-cli
22

3-
go 1.18
3+
go 1.21.0
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -15,41 +15,39 @@ require (
1515
github.com/sirupsen/logrus v1.9.3
1616
github.com/spf13/cobra v1.9.1
1717
github.com/spf13/pflag v1.0.6
18-
github.com/spf13/viper v1.7.1
18+
github.com/spf13/viper v1.20.1
1919
github.com/stretchr/testify v1.10.0
2020
github.com/tidwall/pretty v1.2.1
2121
github.com/x-cray/logrus-prefixed-formatter v0.5.2
22-
golang.org/x/sys v0.28.0
23-
golang.org/x/term v0.27.0
22+
golang.org/x/sys v0.29.0
23+
golang.org/x/term v0.28.0
2424
)
2525

2626
require (
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/fatih/color v1.9.0 // indirect
29-
github.com/fsnotify/fsnotify v1.4.9 // indirect
29+
github.com/fsnotify/fsnotify v1.8.0 // indirect
30+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3031
github.com/google/go-querystring v1.0.0 // indirect
3132
github.com/gosimple/unidecode v1.0.1 // indirect
32-
github.com/hashicorp/hcl v1.0.0 // indirect
3333
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3434
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
35-
github.com/kr/text v0.2.0 // indirect
36-
github.com/magiconair/properties v1.8.3 // indirect
3735
github.com/mattn/go-colorable v0.1.7 // indirect
3836
github.com/mattn/go-isatty v0.0.12 // indirect
3937
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
40-
github.com/mitchellh/mapstructure v1.3.3 // indirect
4138
github.com/onsi/ginkgo v1.14.1 // indirect
4239
github.com/onsi/gomega v1.10.1 // indirect
43-
github.com/pelletier/go-toml v1.8.1 // indirect
40+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
4441
github.com/pmezard/go-difflib v1.0.0 // indirect
45-
github.com/spf13/afero v1.4.0 // indirect
46-
github.com/spf13/cast v1.3.1 // indirect
47-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
48-
github.com/subosito/gotenv v1.2.0 // indirect
49-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
50-
golang.org/x/text v0.4.0 // indirect
42+
github.com/sagikazarmark/locafero v0.7.0 // indirect
43+
github.com/sourcegraph/conc v0.3.0 // indirect
44+
github.com/spf13/afero v1.12.0 // indirect
45+
github.com/spf13/cast v1.7.1 // indirect
46+
github.com/subosito/gotenv v1.6.0 // indirect
47+
go.uber.org/atomic v1.9.0 // indirect
48+
go.uber.org/multierr v1.9.0 // indirect
49+
golang.org/x/crypto v0.32.0 // indirect
50+
golang.org/x/text v0.21.0 // indirect
5151
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
52-
gopkg.in/ini.v1 v1.61.0 // indirect
53-
gopkg.in/yaml.v2 v2.3.0 // indirect
5452
gopkg.in/yaml.v3 v3.0.1 // indirect
5553
)

0 commit comments

Comments
 (0)