Skip to content

Commit b0eb481

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] <[email protected]>
1 parent e4771c0 commit b0eb481

File tree

2 files changed

+89
-153
lines changed

2 files changed

+89
-153
lines changed

go.mod

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ require (
44
github.com/Masterminds/sprig/v3 v3.2.2
55
github.com/Microsoft/go-winio v0.4.14
66
github.com/antchfx/htmlquery v1.2.5
7+
github.com/bits-and-blooms/bitset v1.13.0
78
github.com/briandowns/spinner v1.12.0
89
github.com/dustin/go-humanize v1.0.0
910
github.com/enescakir/emoji v1.0.0
1011
github.com/gammazero/deque v0.2.1
11-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
12+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1213
github.com/hashicorp/go-version v1.2.1
1314
github.com/hillu/go-yara/v4 v4.2.4
1415
github.com/jedib0t/go-pretty/v6 v6.2.1
1516
github.com/lithammer/fuzzysearch v1.1.2
16-
github.com/magiconair/properties v1.8.1
17-
github.com/mitchellh/mapstructure v1.4.1
17+
github.com/magiconair/properties v1.8.7
18+
github.com/mitchellh/mapstructure v1.5.0
1819
github.com/olivere/elastic/v7 v7.0.20
1920
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
2021
github.com/pkg/errors v0.9.1
@@ -24,27 +25,33 @@ require (
2425
github.com/sirupsen/logrus v1.4.1
2526
github.com/spf13/cobra v0.0.3
2627
github.com/spf13/pflag v1.0.5
27-
github.com/spf13/viper v1.6.2
28+
github.com/spf13/viper v1.18.2
2829
github.com/streadway/amqp v1.0.0
29-
github.com/stretchr/testify v1.8.1
30+
github.com/stretchr/testify v1.8.4
3031
github.com/valyala/bytebufferpool v1.0.0
3132
github.com/valyala/gozstd v1.11.0
3233
github.com/xeipuuv/gojsonschema v1.2.0
3334
github.com/yuin/goldmark v1.5.2
3435
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
36+
golang.org/x/arch v0.6.0
37+
golang.org/x/sys v0.15.0
38+
golang.org/x/text v0.14.0
39+
golang.org/x/time v0.5.0
3840
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3941
gopkg.in/natefinch/lumberjack.v2 v2.0.0
4042
gopkg.in/yaml.v3 v3.0.1
4143
)
4244

4345
require (
44-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
46+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
4547
github.com/rivo/uniseg v0.4.2 // indirect
4648
github.com/rogpeppe/go-internal v1.11.0 // indirect
47-
golang.org/x/arch v0.6.0 // indirect
49+
github.com/sagikazarmark/locafero v0.4.0 // indirect
50+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
51+
github.com/sourcegraph/conc v0.3.0 // indirect
52+
go.uber.org/atomic v1.9.0 // indirect
53+
go.uber.org/multierr v1.9.0 // indirect
54+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
4855
)
4956

5057
require (
@@ -53,36 +60,33 @@ require (
5360
github.com/antchfx/xpath v1.2.1 // indirect
5461
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5562
github.com/edsrzf/mmap-go v1.1.0 // indirect
56-
github.com/fatih/color v1.7.0 // indirect
57-
github.com/fsnotify/fsnotify v1.4.7 // indirect
58-
github.com/google/uuid v1.1.1 // indirect
63+
github.com/fatih/color v1.14.1 // indirect
64+
github.com/fsnotify/fsnotify v1.7.0 // indirect
65+
github.com/google/uuid v1.4.0 // indirect
5966
github.com/hashicorp/hcl v1.0.0 // indirect
6067
github.com/huandu/xstrings v1.3.1 // indirect
6168
github.com/imdario/mergo v0.3.11 // indirect
6269
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6370
github.com/josharian/intern v1.0.0 // indirect
6471
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
6572
github.com/mailru/easyjson v0.7.6 // indirect
66-
github.com/mattn/go-colorable v0.1.2 // indirect
67-
github.com/mattn/go-isatty v0.0.16 // indirect
73+
github.com/mattn/go-colorable v0.1.13 // indirect
74+
github.com/mattn/go-isatty v0.0.17 // indirect
6875
github.com/mattn/go-runewidth v0.0.14 // indirect
6976
github.com/mitchellh/copystructure v1.0.0 // indirect
7077
github.com/mitchellh/reflectwalk v1.0.0 // indirect
71-
github.com/pelletier/go-toml v1.2.0 // indirect
72-
github.com/pmezard/go-difflib v1.0.0 // indirect
78+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7379
github.com/shopspring/decimal v1.2.0 // indirect
74-
github.com/spf13/afero v1.1.2 // indirect
75-
github.com/spf13/cast v1.3.1 // indirect
76-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
80+
github.com/spf13/afero v1.11.0 // indirect
81+
github.com/spf13/cast v1.6.0 // indirect
7782
github.com/stretchr/objx v0.5.0 // indirect
78-
github.com/subosito/gotenv v1.2.0 // indirect
83+
github.com/subosito/gotenv v1.6.0 // indirect
7984
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
8085
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
81-
golang.org/x/crypto v0.14.0 // indirect
82-
golang.org/x/net v0.17.0 // indirect
86+
golang.org/x/crypto v0.16.0 // indirect
87+
golang.org/x/net v0.19.0 // indirect
8388
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
84-
gopkg.in/ini.v1 v1.51.0 // indirect
85-
gopkg.in/yaml.v2 v2.3.0 // indirect
89+
gopkg.in/ini.v1 v1.67.0 // indirect
8690
www.velocidex.com/golang/go-ntfs v0.1.2-0.20230922133004-33eadbbaf1f2
8791
)
8892

0 commit comments

Comments
 (0)