summaryrefslogtreecommitdiffstats
path: root/src/dcm/go.mod
blob: 994f919a4053214aa6dd25ac2a41304635a1bd66 (plain)
1
2
3
4
5
6
7
8
9
10
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
)