aboutsummaryrefslogtreecommitdiffstats
path: root/src/dcm/go.mod
diff options
context:
space:
mode:
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
+)