blob: cdc64576907bd12a4b278af4ff32237c5bb21934 [file] [log] [blame]
Scott Bakerb3a288a2019-10-02 14:57:29 -07001module github.com/opencord/voltha-api-server
2
3go 1.12
4
5require (
Scott Bakerf579f132019-10-24 14:31:41 -07006 github.com/golang/protobuf v1.3.2
Scott Bakerb3a288a2019-10-02 14:57:29 -07007 github.com/google/uuid v1.1.1
8 github.com/googleapis/gnostic v0.2.0 // indirect
Scott Bakerb3a288a2019-10-02 14:57:29 -07009 github.com/imdario/mergo v0.3.7 // indirect
Scott Bakerb3a288a2019-10-02 14:57:29 -070010 github.com/onsi/ginkgo v1.10.2 // indirect
11 github.com/onsi/gomega v1.7.0 // indirect
Scott Bakera66af772019-11-19 15:13:04 -080012 github.com/opencord/voltha-lib-go/v2 v2.2.16
Scott Bakerb6de7a52019-11-04 09:13:37 -080013 github.com/opencord/voltha-protos/v2 v2.0.1
Daniele Rossi17007a42019-10-17 16:21:52 +020014 github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
Scott Bakerf579f132019-10-24 14:31:41 -070015 github.com/stretchr/testify v1.4.0
16 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
Scott Bakerb3a288a2019-10-02 14:57:29 -070017 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
Scott Bakerf579f132019-10-24 14:31:41 -070018 google.golang.org/grpc v1.24.0
Scott Bakerb3a288a2019-10-02 14:57:29 -070019 gopkg.in/inf.v0 v0.9.1 // indirect
girishke7ca43b2019-10-10 12:30:03 +000020 k8s.io/api v0.0.0-20190620084959-7cf5895f2711
21 k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
22 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab // pseudo version corresponding to v12.0.0
Scott Bakerb3a288a2019-10-02 14:57:29 -070023)