forked from blind-oracle/dnstap-bgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (35 loc) · 1.57 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
33
34
35
36
37
module github.com/blind-oracle/dnstap-bgp
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/armon/go-radix v1.0.0
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dnstap/golang-dnstap v0.2.0
github.com/eapache/queue v1.1.0 // indirect
github.com/etcd-io/bbolt v1.3.3
github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 // indirect
github.com/golang/protobuf v1.3.4
github.com/k-sone/critbitgo v1.4.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/goveralls v0.0.5 // indirect
github.com/miekg/dns v1.1.27
github.com/osrg/gobgp v0.0.0-20200101132111-a4b688a25ffc
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2 // indirect
github.com/stretchr/testify v1.2.2
github.com/vishvananda/netlink v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200301153931-2f85c7ec1e52 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200228224639-71482053b885 // indirect
google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383 // indirect
google.golang.org/grpc v1.27.1 // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)