Skip to content

Commit a56c8ce

Browse files
chore(deps): bump github.com/spf13/viper from 1.6.2 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.2 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.2...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] <support@github.com>
1 parent ec8384e commit a56c8ce

File tree

2 files changed

+87
-151
lines changed

2 files changed

+87
-151
lines changed

go.mod

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ require (
88
github.com/dustin/go-humanize v1.0.0
99
github.com/enescakir/emoji v1.0.0
1010
github.com/gammazero/deque v0.2.1
11-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
11+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1212
github.com/hashicorp/go-version v1.2.1
1313
github.com/hillu/go-yara/v4 v4.2.4
1414
github.com/jedib0t/go-pretty/v6 v6.2.1
1515
github.com/lithammer/fuzzysearch v1.1.2
16-
github.com/magiconair/properties v1.8.1
17-
github.com/mitchellh/mapstructure v1.4.1
16+
github.com/magiconair/properties v1.8.7
17+
github.com/mitchellh/mapstructure v1.5.0
1818
github.com/olivere/elastic/v7 v7.0.20
1919
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
2020
github.com/pkg/errors v0.9.1
@@ -24,25 +24,32 @@ require (
2424
github.com/sirupsen/logrus v1.4.1
2525
github.com/spf13/cobra v0.0.3
2626
github.com/spf13/pflag v1.0.5
27-
github.com/spf13/viper v1.6.2
27+
github.com/spf13/viper v1.18.2
2828
github.com/streadway/amqp v1.0.0
29-
github.com/stretchr/testify v1.8.1
29+
github.com/stretchr/testify v1.8.4
3030
github.com/valyala/bytebufferpool v1.0.0
3131
github.com/valyala/gozstd v1.11.0
3232
github.com/xeipuuv/gojsonschema v1.2.0
3333
github.com/yuin/goldmark v1.5.2
3434
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
35-
golang.org/x/sys v0.13.0
36-
golang.org/x/text v0.13.0
37-
golang.org/x/time v0.3.0
35+
golang.org/x/sys v0.15.0
36+
golang.org/x/text v0.14.0
37+
golang.org/x/time v0.5.0
3838
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3939
gopkg.in/natefinch/lumberjack.v2 v2.0.0
4040
gopkg.in/yaml.v3 v3.0.1
4141
)
4242

4343
require (
44+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4445
github.com/rivo/uniseg v0.4.2 // indirect
4546
github.com/rogpeppe/go-internal v1.11.0 // indirect
47+
github.com/sagikazarmark/locafero v0.4.0 // indirect
48+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
49+
github.com/sourcegraph/conc v0.3.0 // indirect
50+
go.uber.org/atomic v1.9.0 // indirect
51+
go.uber.org/multierr v1.9.0 // indirect
52+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
4653
)
4754

4855
require (
@@ -51,36 +58,33 @@ require (
5158
github.com/antchfx/xpath v1.2.1 // indirect
5259
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5360
github.com/edsrzf/mmap-go v1.1.0 // indirect
54-
github.com/fatih/color v1.7.0 // indirect
55-
github.com/fsnotify/fsnotify v1.4.7 // indirect
56-
github.com/google/uuid v1.1.1 // indirect
61+
github.com/fatih/color v1.14.1 // indirect
62+
github.com/fsnotify/fsnotify v1.7.0 // indirect
63+
github.com/google/uuid v1.4.0 // indirect
5764
github.com/hashicorp/hcl v1.0.0 // indirect
5865
github.com/huandu/xstrings v1.3.1 // indirect
5966
github.com/imdario/mergo v0.3.11 // indirect
6067
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6168
github.com/josharian/intern v1.0.0 // indirect
6269
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
6370
github.com/mailru/easyjson v0.7.6 // indirect
64-
github.com/mattn/go-colorable v0.1.2 // indirect
65-
github.com/mattn/go-isatty v0.0.16 // indirect
71+
github.com/mattn/go-colorable v0.1.13 // indirect
72+
github.com/mattn/go-isatty v0.0.17 // indirect
6673
github.com/mattn/go-runewidth v0.0.14 // indirect
6774
github.com/mitchellh/copystructure v1.0.0 // indirect
6875
github.com/mitchellh/reflectwalk v1.0.0 // indirect
69-
github.com/pelletier/go-toml v1.2.0 // indirect
70-
github.com/pmezard/go-difflib v1.0.0 // indirect
76+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7177
github.com/shopspring/decimal v1.2.0 // indirect
72-
github.com/spf13/afero v1.1.2 // indirect
73-
github.com/spf13/cast v1.3.1 // indirect
74-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
78+
github.com/spf13/afero v1.11.0 // indirect
79+
github.com/spf13/cast v1.6.0 // indirect
7580
github.com/stretchr/objx v0.5.0 // indirect
76-
github.com/subosito/gotenv v1.2.0 // indirect
81+
github.com/subosito/gotenv v1.6.0 // indirect
7782
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
7883
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
79-
golang.org/x/crypto v0.14.0 // indirect
80-
golang.org/x/net v0.17.0 // indirect
84+
golang.org/x/crypto v0.16.0 // indirect
85+
golang.org/x/net v0.19.0 // indirect
8186
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
82-
gopkg.in/ini.v1 v1.51.0 // indirect
83-
gopkg.in/yaml.v2 v2.3.0 // indirect
87+
gopkg.in/ini.v1 v1.67.0 // indirect
8488
www.velocidex.com/golang/go-ntfs v0.1.2-0.20230922133004-33eadbbaf1f2
8589
)
8690

0 commit comments

Comments
 (0)