blob: df7caccb29fd71182c9aefe5e6e37ba0cfd1011a [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 Newtone0d34a82019-11-14 10:58:06 -05006 github.com/golang/protobuf v1.3.2
Jonathan Hart828908c2020-04-15 14:23:45 -07007 github.com/opencord/goloxi v1.0.1
Neha Sharma318a1292020-05-14 19:53:26 +00008 github.com/opencord/voltha-lib-go/v3 v3.1.13
Neha Sharma87d43d72020-04-08 14:10:40 +00009 github.com/opencord/voltha-protos/v3 v3.3.3
Jonathan Hart4b110f62020-03-13 17:36:19 -070010 github.com/stretchr/testify v1.4.0
Don Newtone0d34a82019-11-14 10:58:06 -050011 golang.org/x/net v0.0.0-20191112182307-2180aed22343
Don Newtone0d34a82019-11-14 10:58:06 -050012 google.golang.org/grpc v1.25.1
Don Newtone0d34a82019-11-14 10:58:06 -050013)