Skip to content

Commit 9fc76eb

Browse files
chore(deps): bump github.com/spf13/viper from 1.6.2 to 1.15.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.2 to 1.15.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.2...v1.15.0) --- 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 9e95d69 commit 9fc76eb

File tree

2 files changed

+431
-132
lines changed

2 files changed

+431
-132
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/hillu/go-yara/v4 v4.2.4
1111
github.com/jedib0t/go-pretty/v6 v6.2.1
1212
github.com/lithammer/fuzzysearch v1.1.2
13-
github.com/magiconair/properties v1.8.1
14-
github.com/mitchellh/mapstructure v1.4.1
13+
github.com/magiconair/properties v1.8.7
14+
github.com/mitchellh/mapstructure v1.5.0
1515
github.com/olivere/elastic/v7 v7.0.20
1616
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
1717
github.com/pkg/errors v0.9.1
@@ -21,9 +21,9 @@ require (
2121
github.com/sirupsen/logrus v1.4.1
2222
github.com/spf13/cobra v0.0.3
2323
github.com/spf13/pflag v1.0.5
24-
github.com/spf13/viper v1.6.2
24+
github.com/spf13/viper v1.15.0
2525
github.com/streadway/amqp v1.0.0
26-
github.com/stretchr/testify v1.6.1
26+
github.com/stretchr/testify v1.8.1
2727
github.com/valyala/bytebufferpool v1.0.0
2828
github.com/valyala/gozstd v1.11.0
2929
github.com/xeipuuv/gojsonschema v1.2.0
@@ -32,7 +32,7 @@ require (
3232
golang.org/x/text v0.7.0
3333
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3434
gopkg.in/natefinch/lumberjack.v2 v2.0.0
35-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
35+
gopkg.in/yaml.v3 v3.0.1
3636
)
3737

3838
require (
@@ -41,38 +41,37 @@ require (
4141
github.com/antchfx/xpath v1.2.1 // indirect
4242
github.com/davecgh/go-spew v1.1.1 // indirect
4343
github.com/edsrzf/mmap-go v1.1.0 // indirect
44-
github.com/fatih/color v1.7.0 // indirect
45-
github.com/fsnotify/fsnotify v1.4.7 // indirect
46-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
47-
github.com/google/uuid v1.1.1 // indirect
44+
github.com/fatih/color v1.13.0 // indirect
45+
github.com/fsnotify/fsnotify v1.6.0 // indirect
46+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
47+
github.com/google/uuid v1.1.2 // indirect
4848
github.com/hashicorp/hcl v1.0.0 // indirect
4949
github.com/huandu/xstrings v1.3.1 // indirect
5050
github.com/imdario/mergo v0.3.11 // indirect
5151
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5252
github.com/josharian/intern v1.0.0 // indirect
5353
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
5454
github.com/mailru/easyjson v0.7.6 // indirect
55-
github.com/mattn/go-colorable v0.1.2 // indirect
56-
github.com/mattn/go-isatty v0.0.8 // indirect
55+
github.com/mattn/go-colorable v0.1.12 // indirect
56+
github.com/mattn/go-isatty v0.0.14 // indirect
5757
github.com/mattn/go-runewidth v0.0.9 // indirect
5858
github.com/mitchellh/copystructure v1.0.0 // indirect
5959
github.com/mitchellh/reflectwalk v1.0.0 // indirect
60-
github.com/pelletier/go-toml v1.2.0 // indirect
60+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
6161
github.com/pmezard/go-difflib v1.0.0 // indirect
6262
github.com/shopspring/decimal v1.2.0 // indirect
63-
github.com/spf13/afero v1.1.2 // indirect
64-
github.com/spf13/cast v1.3.1 // indirect
65-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
66-
github.com/stretchr/objx v0.2.0 // indirect
67-
github.com/subosito/gotenv v1.2.0 // indirect
63+
github.com/spf13/afero v1.9.3 // indirect
64+
github.com/spf13/cast v1.5.0 // indirect
65+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
66+
github.com/stretchr/objx v0.5.0 // indirect
67+
github.com/subosito/gotenv v1.4.2 // indirect
6868
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
6969
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7070
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
7171
golang.org/x/crypto v0.1.0 // indirect
7272
golang.org/x/net v0.7.0 // indirect
7373
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
74-
gopkg.in/ini.v1 v1.51.0 // indirect
75-
gopkg.in/yaml.v2 v2.3.0 // indirect
74+
gopkg.in/ini.v1 v1.67.0 // indirect
7675
)
7776

7877
go 1.19

0 commit comments

Comments
 (0)