-
-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (35 loc) · 1.35 KB
/
go.mod
File metadata and controls
37 lines (35 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/rabbitstack/fibratus
require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/Microsoft/go-winio v0.4.14
github.com/briandowns/spinner v1.12.0
github.com/dustin/go-humanize v1.0.0
github.com/hashicorp/go-version v1.2.1
github.com/hillu/go-yara/v4 v4.0.6
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.1
github.com/lithammer/fuzzysearch v1.1.2
github.com/magiconair/properties v1.8.1
github.com/mitchellh/mapstructure v1.4.1
github.com/olivere/elastic/v7 v7.0.20
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/gozstd v1.6.4
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
golang.org/x/text v0.3.5
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
go 1.16