Skip to content

Commit c946f18

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 4d94429 commit c946f18

File tree

2 files changed

+378
-435
lines changed

2 files changed

+378
-435
lines changed

go.mod

Lines changed: 89 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,89 @@
1-
module github.com/rabbitstack/fibratus
2-
3-
require (
4-
github.com/Masterminds/sprig/v3 v3.2.2
5-
github.com/Microsoft/go-winio v0.4.14
6-
github.com/antchfx/htmlquery v1.2.5
7-
github.com/briandowns/spinner v1.12.0
8-
github.com/dustin/go-humanize v1.0.0
9-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
10-
github.com/hashicorp/go-version v1.2.1
11-
github.com/hillu/go-yara/v4 v4.2.4
12-
github.com/jedib0t/go-pretty/v6 v6.2.1
13-
github.com/lithammer/fuzzysearch v1.1.2
14-
github.com/magiconair/properties v1.8.1
15-
github.com/mitchellh/mapstructure v1.4.1
16-
github.com/olivere/elastic/v7 v7.0.20
17-
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
18-
github.com/pkg/errors v0.9.1
19-
github.com/qmuntal/stateless v1.6.0
20-
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
21-
github.com/saferwall/pe v1.4.4
22-
github.com/sirupsen/logrus v1.4.1
23-
github.com/spf13/cobra v0.0.3
24-
github.com/spf13/pflag v1.0.5
25-
github.com/spf13/viper v1.6.2
26-
github.com/streadway/amqp v1.0.0
27-
github.com/stretchr/testify v1.8.1
28-
github.com/valyala/bytebufferpool v1.0.0
29-
github.com/valyala/gozstd v1.11.0
30-
github.com/xeipuuv/gojsonschema v1.2.0
31-
github.com/yuin/goldmark v1.5.2
32-
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
33-
golang.org/x/sys v0.5.0
34-
golang.org/x/text v0.7.0
35-
golang.org/x/time v0.3.0
36-
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
37-
gopkg.in/natefinch/lumberjack.v2 v2.0.0
38-
gopkg.in/yaml.v3 v3.0.1
39-
)
40-
41-
require (
42-
github.com/enescakir/emoji v1.0.0 // indirect
43-
github.com/rivo/uniseg v0.4.2 // indirect
44-
github.com/rogpeppe/go-internal v1.11.0 // indirect
45-
)
46-
47-
require (
48-
github.com/Masterminds/goutils v1.1.1 // indirect
49-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
50-
github.com/antchfx/xpath v1.2.1 // indirect
51-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
52-
github.com/edsrzf/mmap-go v1.1.0 // indirect
53-
github.com/fatih/color v1.7.0 // indirect
54-
github.com/fsnotify/fsnotify v1.4.7 // indirect
55-
github.com/google/uuid v1.1.1 // indirect
56-
github.com/hashicorp/hcl v1.0.0 // indirect
57-
github.com/huandu/xstrings v1.3.1 // indirect
58-
github.com/imdario/mergo v0.3.11 // indirect
59-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
60-
github.com/josharian/intern v1.0.0 // indirect
61-
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
62-
github.com/mailru/easyjson v0.7.6 // indirect
63-
github.com/mattn/go-colorable v0.1.2 // indirect
64-
github.com/mattn/go-isatty v0.0.16 // indirect
65-
github.com/mattn/go-runewidth v0.0.14 // indirect
66-
github.com/mitchellh/copystructure v1.0.0 // indirect
67-
github.com/mitchellh/reflectwalk v1.0.0 // indirect
68-
github.com/pelletier/go-toml v1.2.0 // indirect
69-
github.com/pmezard/go-difflib v1.0.0 // indirect
70-
github.com/shopspring/decimal v1.2.0 // indirect
71-
github.com/spf13/afero v1.1.2 // indirect
72-
github.com/spf13/cast v1.3.1 // indirect
73-
github.com/spf13/jwalterweatherman v1.0.0 // indirect
74-
github.com/stretchr/objx v0.5.0 // indirect
75-
github.com/subosito/gotenv v1.2.0 // indirect
76-
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
77-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
78-
golang.org/x/crypto v0.1.0 // indirect
79-
golang.org/x/net v0.7.0 // indirect
80-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
81-
gopkg.in/ini.v1 v1.51.0 // indirect
82-
gopkg.in/yaml.v2 v2.3.0 // indirect
83-
www.velocidex.com/golang/go-ntfs v0.1.2-0.20230922133004-33eadbbaf1f2
84-
)
85-
86-
go 1.21
1+
module github.com/rabbitstack/fibratus
2+
3+
require (
4+
github.com/Masterminds/sprig/v3 v3.2.2
5+
github.com/Microsoft/go-winio v0.4.14
6+
github.com/antchfx/htmlquery v1.2.5
7+
github.com/briandowns/spinner v1.12.0
8+
github.com/dustin/go-humanize v1.0.0
9+
github.com/enescakir/emoji v1.0.0
10+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
11+
github.com/hashicorp/go-version v1.2.1
12+
github.com/hillu/go-yara/v4 v4.2.4
13+
github.com/jedib0t/go-pretty/v6 v6.2.1
14+
github.com/lithammer/fuzzysearch v1.1.2
15+
github.com/magiconair/properties v1.8.7
16+
github.com/mitchellh/mapstructure v1.5.0
17+
github.com/olivere/elastic/v7 v7.0.20
18+
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
19+
github.com/pkg/errors v0.9.1
20+
github.com/qmuntal/stateless v1.6.0
21+
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
22+
github.com/saferwall/pe v1.4.4
23+
github.com/sirupsen/logrus v1.4.1
24+
github.com/spf13/cobra v0.0.3
25+
github.com/spf13/pflag v1.0.5
26+
github.com/spf13/viper v1.18.2
27+
github.com/streadway/amqp v1.0.0
28+
github.com/stretchr/testify v1.8.4
29+
github.com/valyala/bytebufferpool v1.0.0
30+
github.com/valyala/gozstd v1.11.0
31+
github.com/xeipuuv/gojsonschema v1.2.0
32+
github.com/yuin/goldmark v1.5.2
33+
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
34+
golang.org/x/sys v0.15.0
35+
golang.org/x/text v0.14.0
36+
golang.org/x/time v0.5.0
37+
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
38+
gopkg.in/natefinch/lumberjack.v2 v2.0.0
39+
gopkg.in/yaml.v3 v3.0.1
40+
)
41+
42+
require (
43+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
44+
github.com/rivo/uniseg v0.4.2 // indirect
45+
github.com/rogpeppe/go-internal v1.11.0 // indirect
46+
github.com/sagikazarmark/locafero v0.4.0 // indirect
47+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
48+
github.com/sourcegraph/conc v0.3.0 // indirect
49+
go.uber.org/atomic v1.9.0 // indirect
50+
go.uber.org/multierr v1.9.0 // indirect
51+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
52+
)
53+
54+
require (
55+
github.com/Masterminds/goutils v1.1.1 // indirect
56+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
57+
github.com/antchfx/xpath v1.2.1 // indirect
58+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
59+
github.com/edsrzf/mmap-go v1.1.0 // indirect
60+
github.com/fatih/color v1.14.1 // indirect
61+
github.com/fsnotify/fsnotify v1.7.0 // indirect
62+
github.com/google/uuid v1.4.0 // indirect
63+
github.com/hashicorp/hcl v1.0.0 // indirect
64+
github.com/huandu/xstrings v1.3.1 // indirect
65+
github.com/imdario/mergo v0.3.11 // indirect
66+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
67+
github.com/josharian/intern v1.0.0 // indirect
68+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
69+
github.com/mailru/easyjson v0.7.6 // indirect
70+
github.com/mattn/go-colorable v0.1.13 // indirect
71+
github.com/mattn/go-isatty v0.0.17 // indirect
72+
github.com/mattn/go-runewidth v0.0.14 // indirect
73+
github.com/mitchellh/copystructure v1.0.0 // indirect
74+
github.com/mitchellh/reflectwalk v1.0.0 // indirect
75+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
76+
github.com/shopspring/decimal v1.2.0 // indirect
77+
github.com/spf13/afero v1.11.0 // indirect
78+
github.com/spf13/cast v1.6.0 // indirect
79+
github.com/stretchr/objx v0.5.0 // indirect
80+
github.com/subosito/gotenv v1.6.0 // indirect
81+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
82+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
83+
golang.org/x/crypto v0.16.0 // indirect
84+
golang.org/x/net v0.19.0 // indirect
85+
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
86+
gopkg.in/ini.v1 v1.67.0 // indirect
87+
www.velocidex.com/golang/go-ntfs v0.1.2-0.20230922133004-33eadbbaf1f2
88+
)
89+

0 commit comments

Comments
 (0)