blob: b88c2d0a3ffb747bcd0a7ec14b78345370be0e9a [file] [log] [blame]
Don Newtone0d34a82019-11-14 10:58:06 -05001module github.com/opencord/ofagent-go
2
Kent Hagerman3243ee52020-02-26 12:11:55 -05003go 1.13
Don Newtone0d34a82019-11-14 10:58:06 -05004
5require (
Don Newton6f6c8662020-01-15 14:44:49 -05006 github.com/donNewtonAlpha/goloxi v1.0.0
Don Newtone0d34a82019-11-14 10:58:06 -05007 github.com/golang/protobuf v1.3.2
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -08008 github.com/opencord/voltha-lib-go/v3 v3.0.0
9 github.com/opencord/voltha-protos/v3 v3.0.0
Don Newtone0d34a82019-11-14 10:58:06 -050010 golang.org/x/net v0.0.0-20191112182307-2180aed22343
Don Newtone0d34a82019-11-14 10:58:06 -050011 google.golang.org/grpc v1.25.1
Don Newtone0d34a82019-11-14 10:58:06 -050012)