Scott Baker | b3a288a | 2019-10-02 14:57:29 -0700 | [diff] [blame] | 1 | module github.com/opencord/voltha-api-server |
| 2 | |
| 3 | go 1.12 |
| 4 | |
| 5 | require ( |
| 6 | github.com/Shopify/sarama v1.21.0 // indirect |
| 7 | github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect |
| 8 | github.com/gogo/protobuf v1.2.1 // indirect |
| 9 | github.com/golang/protobuf v1.3.1 |
| 10 | github.com/golang/snappy v0.0.1 // indirect |
| 11 | github.com/google/btree v1.0.0 // indirect |
| 12 | github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect |
| 13 | github.com/google/uuid v1.1.1 |
| 14 | github.com/googleapis/gnostic v0.2.0 // indirect |
| 15 | github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect |
| 16 | github.com/imdario/mergo v0.3.7 // indirect |
| 17 | github.com/json-iterator/go v1.1.6 // indirect |
| 18 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 19 | github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect |
| 20 | github.com/onsi/ginkgo v1.10.2 // indirect |
| 21 | github.com/onsi/gomega v1.7.0 // indirect |
| 22 | github.com/opencord/voltha-go v2.2.0+incompatible |
| 23 | github.com/opencord/voltha-protos v1.0.3 |
| 24 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 25 | github.com/pkg/errors v0.8.1 // indirect |
| 26 | github.com/spf13/pflag v1.0.3 // indirect |
| 27 | github.com/stretchr/testify v1.3.0 |
| 28 | go.uber.org/atomic v1.3.2 // indirect |
| 29 | go.uber.org/multierr v1.1.0 // indirect |
| 30 | go.uber.org/zap v1.9.1 // indirect |
| 31 | golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect |
| 32 | golang.org/x/net v0.0.0-20190322120337-addf6b3196f6 |
| 33 | golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect |
| 34 | golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect |
| 35 | golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect |
| 36 | google.golang.org/appengine v1.5.0 // indirect |
| 37 | google.golang.org/genproto v0.0.0-20190321212433-e79c0c59cdb5 // indirect |
| 38 | google.golang.org/grpc v1.19.1 |
| 39 | gopkg.in/inf.v0 v0.9.1 // indirect |
| 40 | gopkg.in/yaml.v2 v2.2.2 // indirect |
| 41 | k8s.io/api v0.0.0-20190222213804-5cb15d344471 |
| 42 | k8s.io/apimachinery v0.0.0-20190322104434-6d73c65dcf6c |
| 43 | k8s.io/client-go v10.0.0+incompatible |
| 44 | k8s.io/klog v0.2.0 // indirect |
| 45 | sigs.k8s.io/yaml v1.1.0 // indirect |
| 46 | ) |