aboutsummaryrefslogtreecommitdiffstats
path: root/src/dcm/go.mod
diff options
context:
space:
mode:
authorenyinna1234 <enyinna.ochulor@intel.com>2020-02-14 08:41:49 -0800
committerenyinna1234 <enyinna.ochulor@intel.com>2020-04-10 08:15:33 -0700
commit10b17da590fc43622c6080815f65fbbb2721b640 (patch)
treeb9a8f456f97fd8ac3883bacf7835a2baaceed9a2 /src/dcm/go.mod
parent335c7cca38eb804c2977e4dd9af9efa0ea7ef82b (diff)
Add Distributed Cloud Manager
This handles RESTful API CRUD operations for logical clouds, CLuster, User Permissions, Quota, and Key Value pairs. See: https://wiki.onap.org/x/tAiVB Issue-ID: MULTICLOUD-996 Signed-off-by: Enyinna Ochulor <enyinna.ochulor@intel.com> Change-Id: I654a304cd682f762c02cfd92b4483d1edea63fca
Diffstat (limited to 'src/dcm/go.mod')
-rw-r--r--src/dcm/go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dcm/go.mod b/src/dcm/go.mod
new file mode 100644
index 00000000..994f919a
--- /dev/null
+++ b/src/dcm/go.mod
@@ -0,0 +1,11 @@
+module github.com/onap/multicloud-k8s/src/dcm
+
+go 1.12
+
+require (
+ github.com/gorilla/handlers v1.4.2
+ github.com/gorilla/mux v1.7.4
+ github.com/onap/multicloud-k8s/src/orchestrator v0.0.0-20200309182120-42c5cef605d1
+ github.com/pkg/errors v0.9.1
+ github.com/stretchr/testify v1.4.0
+)