-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (30 loc) · 1.33 KB
/
go.mod
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
module github.com/ReconInfoSec/canarytools
go 1.14
require (
github.com/Shopify/sarama v1.26.3
github.com/elastic/go-elasticsearch v0.0.0
github.com/elastic/go-elasticsearch/v7 v7.6.0
github.com/elastic/go-sysinfo v1.3.0 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/jinzhu/gorm v1.9.12 // indirect
github.com/klauspost/compress v1.10.5 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/segmentio/kafka-go v0.3.6
github.com/sirupsen/logrus v1.6.0
github.com/stackimpact/stackimpact-go v2.3.10+incompatible
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
go.elastic.co/apm v1.8.0 // indirect
go.elastic.co/apm/module/apmhttp v1.8.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
golang.org/x/tools v0.0.0-20200501205727-542909fd9944 // indirect
gopkg.in/ini.v1 v1.56.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)