diff options
Diffstat (limited to 'src/ovnaction/go.mod')
-rw-r--r-- | src/ovnaction/go.mod | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/ovnaction/go.mod b/src/ovnaction/go.mod index 5f0ed5dd..1050fe83 100644 --- a/src/ovnaction/go.mod +++ b/src/ovnaction/go.mod @@ -2,17 +2,12 @@ module github.com/onap/multicloud-k8s/src/ovnaction require ( github.com/ghodss/yaml v1.0.0 - github.com/go-stack/stack v1.8.0 // indirect - github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/handlers v1.3.0 - github.com/gorilla/mux v1.6.2 + github.com/gorilla/mux v1.7.3 github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20200127152046-0ee521d56061 github.com/onap/multicloud-k8s/src/ncm v0.0.0-20200515060444-c77850a75eee - github.com/onap/multicloud-k8s/src/orchestrator v0.0.0-00010101000000-000000000000 - github.com/opencontainers/go-digest v1.0.0 // indirect + github.com/onap/multicloud-k8s/src/orchestrator v0.0.0-20200601021239-7959bd4c6fd4 github.com/pkg/errors v0.8.1 - github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect - github.com/xdg/stringprep v1.0.0 // indirect google.golang.org/grpc v1.27.1 gopkg.in/yaml.v2 v2.2.8 k8s.io/api v0.0.0-20190831074750-7364b6bdad65 @@ -22,6 +17,7 @@ require ( ) replace ( + github.com/onap/multicloud-k8s/src/clm => ../clm github.com/onap/multicloud-k8s/src/orchestrator => ../orchestrator k8s.io/api => k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190409022649-727a075fdec8 |