diff options
author | vamshi.nemalikonda <vn00480215@techmahindra.com> | 2020-02-24 12:58:49 +0000 |
---|---|---|
committer | vamshi.nemalikonda <vn00480215@techmahindra.com> | 2020-03-04 16:09:22 +0000 |
commit | 1104c504a6eb142d3386b10060a04f58147002f7 (patch) | |
tree | 6c46e124f65bebf6377e980bb084832ddb3fd888 /src/inventory/go.mod | |
parent | 219a7eab4129b3e500bcaf6c62819011580895ba (diff) |
Updating AAI wit resource info : part1
review comments implemented. Issue-ID: MULTICLOUD-457
Change-Id: Icf97d13a6c683b8f09491491ed2d2709f3700107
Signed-off-by: vamshi.nemalikonda <vn00480215@techmahindra.com>
Updating AAI wit resource info : part1
improvements for controller. Issue-ID: MULTICLOUD-457
Change-Id: Icf97d13a6c683b8f09491491ed2d2709f3700107
Signed-off-by: vamshi.nemalikonda <vn00480215@techmahindra.com>
Diffstat (limited to 'src/inventory/go.mod')
-rw-r--r-- | src/inventory/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/inventory/go.mod b/src/inventory/go.mod new file mode 100644 index 00000000..e7d94194 --- /dev/null +++ b/src/inventory/go.mod @@ -0,0 +1,8 @@ +module github.com/onap/multicloud-k8s/src/inventory + +go 1.12 + +require ( + github.com/onap/multicloud-k8s/src/k8splugin v0.0.0-20200303230813-37aed9b7a0db // indirect + k8s.io/api v0.17.2 +) |