mirror of
https://github.com/openobserve/goflow2.git
synced 2025-11-02 21:13:27 +00:00
init
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user