14 lines
354 B
Modula-2
14 lines
354 B
Modula-2
module github.com/mayuresh82/gocast
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/protobuf v1.4.1
|
|
github.com/osrg/gobgp v0.0.0-20211201041502-6248c576b118
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.1
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|