blob: fae6bb3bdfebd65cc83e446d54ad1bc38e3a9bf3 [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 (
Maninder12b909f2020-10-23 14:23:36 +05306 github.com/gogo/protobuf v1.3.1 // indirect
Don Newtone0d34a82019-11-14 10:58:06 -05007 github.com/golang/protobuf v1.3.2
Girish Kumar2ed051b2020-07-28 16:35:25 +00008 github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
Jonathan Hart828908c2020-04-15 14:23:45 -07009 github.com/opencord/goloxi v1.0.1
Maninder12b909f2020-10-23 14:23:36 +053010 github.com/opencord/voltha-lib-go/v4 v4.0.2
Manindere2af7e42020-12-04 11:46:26 +053011 github.com/opencord/voltha-protos/v4 v4.0.7
Maninder12b909f2020-10-23 14:23:36 +053012 github.com/opentracing/opentracing-go v1.2.0 // indirect
Jonathan Hart4b110f62020-03-13 17:36:19 -070013 github.com/stretchr/testify v1.4.0
Don Newtone0d34a82019-11-14 10:58:06 -050014 golang.org/x/net v0.0.0-20191112182307-2180aed22343
Don Newtone0d34a82019-11-14 10:58:06 -050015 google.golang.org/grpc v1.25.1
Don Newtone0d34a82019-11-14 10:58:06 -050016)