This commit is contained in:
lspgn
2021-05-22 16:12:26 -07:00
commit e4bacbc4bd
63 changed files with 12636 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/netsampler/goflow2
go 1.15
require (
github.com/Shopify/sarama v1.19.0
github.com/golang/protobuf v1.4.3
github.com/libp2p/go-reuseport v0.0.2
github.com/oschwald/geoip2-golang v1.5.0
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
google.golang.org/protobuf v1.23.0
)