@@ -6,13 +6,13 @@ require (
66 github.com/antchfx/htmlquery v1.2.5
77 github.com/briandowns/spinner v1.12.0
88 github.com/dustin/go-humanize v1.0.0
9- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
9+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1010 github.com/hashicorp/go-version v1.2.1
1111 github.com/hillu/go-yara/v4 v4.2.4
1212 github.com/jedib0t/go-pretty/v6 v6.2.1
1313 github.com/lithammer/fuzzysearch v1.1.2
14- github.com/magiconair/properties v1.8.1
15- github.com/mitchellh/mapstructure v1.4.1
14+ github.com/magiconair/properties v1.8.7
15+ github.com/mitchellh/mapstructure v1.5.0
1616 github.com/olivere/elastic/v7 v7.0.20
1717 github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
1818 github.com/pkg/errors v0.9.1
@@ -22,18 +22,19 @@ require (
2222 github.com/sirupsen/logrus v1.4.1
2323 github.com/spf13/cobra v0.0.3
2424 github.com/spf13/pflag v1.0.5
25- github.com/spf13/viper v1.6.2
25+ github.com/spf13/viper v1.16.0
2626 github.com/streadway/amqp v1.0.0
27- github.com/stretchr/testify v1.6.1
27+ github.com/stretchr/testify v1.8.3
2828 github.com/valyala/bytebufferpool v1.0.0
2929 github.com/valyala/gozstd v1.11.0
3030 github.com/xeipuuv/gojsonschema v1.2.0
3131 github.com/yuin/goldmark v1.5.2
32- golang.org/x/sys v0.5.0
33- golang.org/x/text v0.7.0
32+ golang.org/x/sys v0.8.0
33+ golang.org/x/text v0.9.0
34+ golang.org/x/time v0.3.0
3435 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3536 gopkg.in/natefinch/lumberjack.v2 v2.0.0
36- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
37+ gopkg.in/yaml.v3 v3.0.1
3738)
3839
3940require (
@@ -42,38 +43,36 @@ require (
4243 github.com/antchfx/xpath v1.2.1 // indirect
4344 github.com/davecgh/go-spew v1.1.1 // indirect
4445 github.com/edsrzf/mmap-go v1.1.0 // indirect
45- github.com/fatih/color v1.7 .0 // indirect
46- github.com/fsnotify/fsnotify v1.4.7 // indirect
47- github.com/google/uuid v1.1.1 // indirect
46+ github.com/fatih/color v1.13 .0 // indirect
47+ github.com/fsnotify/fsnotify v1.6.0 // indirect
48+ github.com/google/uuid v1.1.2 // indirect
4849 github.com/hashicorp/hcl v1.0.0 // indirect
4950 github.com/huandu/xstrings v1.3.1 // indirect
5051 github.com/imdario/mergo v0.3.11 // indirect
5152 github.com/inconshreveable/mousetrap v1.0.0 // indirect
5253 github.com/josharian/intern v1.0.0 // indirect
5354 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
5455 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
56+ github.com/mattn/go-colorable v0.1.12 // indirect
57+ github.com/mattn/go-isatty v0.0.14 // indirect
5758 github.com/mattn/go-runewidth v0.0.9 // indirect
5859 github.com/mitchellh/copystructure v1.0.0 // indirect
5960 github.com/mitchellh/reflectwalk v1.0.0 // indirect
60- github.com/pelletier/go-toml v1.2.0 // indirect
61+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
6162 github.com/pmezard/go-difflib v1.0.0 // indirect
6263 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
64+ github.com/spf13/afero v1.9.5 // indirect
65+ github.com/spf13/cast v1.5 .1 // indirect
66+ github.com/spf13/jwalterweatherman v1.1 .0 // indirect
67+ github.com/stretchr/objx v0.5 .0 // indirect
68+ github.com/subosito/gotenv v1.4.2 // indirect
6869 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
6970 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7071 go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
71- golang.org/x/crypto v0.1.0 // indirect
72- golang.org/x/net v0.7.0 // indirect
73- golang.org/x/time v0.3.0 // indirect
72+ golang.org/x/crypto v0.9.0 // indirect
73+ golang.org/x/net v0.10.0 // indirect
7474 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
75- gopkg.in/ini.v1 v1.51.0 // indirect
76- gopkg.in/yaml.v2 v2.3.0 // indirect
75+ gopkg.in/ini.v1 v1.67.0 // indirect
7776)
7877
7978go 1.19
0 commit comments