module github.com/bio-routing/bio-rd require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect github.com/bio-routing/tflow2 v0.0.0-20181230153523-2e308a4a3c3a github.com/golang/protobuf v1.3.1 github.com/google/btree v1.0.0 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/pkg/errors v0.8.0 github.com/prometheus/client_golang v1.0.0 github.com/prometheus/common v0.6.0 github.com/sirupsen/logrus v1.3.0 github.com/stretchr/testify v1.3.0 github.com/urfave/cli v1.21.0 github.com/vishvananda/netlink v1.0.0 github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f // indirect google.golang.org/grpc v1.17.0 gopkg.in/yaml.v2 v2.2.2 ) go 1.13