1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00
2021-10-28 15:06:42 +11:00

16 lines
387 B
Modula-2

module github.com/netsampler/goflow2
go 1.15
require (
github.com/Shopify/sarama v1.29.1
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
gopkg.in/yaml.v2 v2.3.0
)