@@ -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
@@ -20,56 +20,55 @@ require (
2020 github.com/sirupsen/logrus v1.4.1
2121 github.com/spf13/cobra v0.0.3
2222 github.com/spf13/pflag v1.0.5
23- github.com/spf13/viper v1.6.2
23+ github.com/spf13/viper v1.15.0
2424 github.com/streadway/amqp v1.0.0
25- github.com/stretchr/testify v1.6 .1
25+ github.com/stretchr/testify v1.8 .1
2626 github.com/valyala/bytebufferpool v1.0.0
2727 github.com/valyala/gozstd v1.11.0
2828 github.com/xeipuuv/gojsonschema v1.2.0
2929 github.com/yuin/goldmark v1.5.2
30- golang.org/x/sys v0.1 .0
31- golang.org/x/text v0.4 .0
30+ golang.org/x/sys v0.3 .0
31+ golang.org/x/text v0.5 .0
3232 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3333 gopkg.in/natefinch/lumberjack.v2 v2.0.0
34- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
34+ gopkg.in/yaml.v3 v3.0.1
3535)
3636
3737require (
3838 github.com/Masterminds/goutils v1.1.1 // indirect
3939 github.com/Masterminds/semver/v3 v3.1.1 // indirect
4040 github.com/antchfx/xpath v1.2.1 // indirect
4141 github.com/davecgh/go-spew v1.1.1 // indirect
42- github.com/fatih/color v1.7 .0 // indirect
43- github.com/fsnotify/fsnotify v1.4.7 // indirect
44- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
45- github.com/google/uuid v1.1.1 // indirect
42+ github.com/fatih/color v1.13 .0 // indirect
43+ github.com/fsnotify/fsnotify v1.6.0 // indirect
44+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
45+ github.com/google/uuid v1.1.2 // indirect
4646 github.com/hashicorp/hcl v1.0.0 // indirect
4747 github.com/huandu/xstrings v1.3.1 // indirect
4848 github.com/imdario/mergo v0.3.11 // indirect
4949 github.com/inconshreveable/mousetrap v1.0.0 // indirect
5050 github.com/josharian/intern v1.0.0 // indirect
5151 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
5252 github.com/mailru/easyjson v0.7.6 // indirect
53- github.com/mattn/go-colorable v0.1.2 // indirect
54- github.com/mattn/go-isatty v0.0.8 // indirect
53+ github.com/mattn/go-colorable v0.1.12 // indirect
54+ github.com/mattn/go-isatty v0.0.14 // indirect
5555 github.com/mattn/go-runewidth v0.0.9 // indirect
5656 github.com/mitchellh/copystructure v1.0.0 // indirect
5757 github.com/mitchellh/reflectwalk v1.0.0 // indirect
58- github.com/pelletier/go-toml v1.2.0 // indirect
58+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
5959 github.com/pmezard/go-difflib v1.0.0 // indirect
6060 github.com/shopspring/decimal v1.2.0 // indirect
61- github.com/spf13/afero v1.1.2 // indirect
62- github.com/spf13/cast v1.3.1 // indirect
63- github.com/spf13/jwalterweatherman v1.0 .0 // indirect
64- github.com/stretchr/objx v0.2 .0 // indirect
65- github.com/subosito/gotenv v1.2.0 // indirect
61+ github.com/spf13/afero v1.9.3 // indirect
62+ github.com/spf13/cast v1.5.0 // indirect
63+ github.com/spf13/jwalterweatherman v1.1 .0 // indirect
64+ github.com/stretchr/objx v0.5 .0 // indirect
65+ github.com/subosito/gotenv v1.4.2 // indirect
6666 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
6767 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
6868 golang.org/x/crypto v0.1.0 // indirect
69- golang.org/x/net v0.1 .0 // indirect
69+ golang.org/x/net v0.4 .0 // indirect
7070 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
71- gopkg.in/ini.v1 v1.51.0 // indirect
72- gopkg.in/yaml.v2 v2.3.0 // indirect
71+ gopkg.in/ini.v1 v1.67.0 // indirect
7372)
7473
7574go 1.19
0 commit comments