-
Notifications
You must be signed in to change notification settings - Fork 22
/
go.mod
24 lines (22 loc) · 920 Bytes
/
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
module github.com/mehrdadrad/tcpdog
go 1.15
require (
github.com/Shopify/sarama v1.26.3
github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674
github.com/golang/protobuf v1.4.2
github.com/influxdata/influxdb-client-go/v2 v2.2.1
github.com/iovisor/gobpf v0.0.0-20210109143822-fb892541d416
github.com/ip2location/ip2location-go v8.3.0+incompatible
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.8.0
github.com/sethvargo/go-signalcontext v0.1.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)