forked from FenkoHQ/dnsmonster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (46 loc) · 1.96 KB
/
go.mod
File metadata and controls
50 lines (46 loc) · 1.96 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
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/mosajjal/dnsmonster
go 1.17
require (
github.com/google/gopacket v1.1.19
github.com/hashicorp/go-syslog v1.0.0
github.com/influxdata/influxdb-client-go/v2 v2.7.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
)
require (
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/farsightsec/golang-framestream v0.3.0 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
require (
github.com/ClickHouse/clickhouse-go v1.5.2
github.com/bytedance/sonic v1.0.0
github.com/chenzhuoyu/base64x v0.0.0-20211229061535-45e1f0233683 // indirect
github.com/dnstap/golang-dnstap v0.4.0
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/klauspost/compress v1.14.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/miekg/dns v1.1.45
github.com/mosajjal/Go-Splunk-HTTP/splunk/v2 v2.0.7
github.com/olivere/elastic v6.2.37+incompatible
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.6.0
github.com/rogpeppe/fastuuid v1.2.0
github.com/segmentio/kafka-go v0.4.27
github.com/sirupsen/logrus v1.8.1
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)