diff options
author | Victor Morales <victor.morales@intel.com> | 2019-03-12 15:04:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-12 15:04:11 +0000 |
commit | 98e83cc404987387466721aedca3fc6c97cab40b (patch) | |
tree | e646a959426290038255b54bd71eb64ed3e1c7de /src/k8splugin/go.mod | |
parent | f70a3d22ce65e9c17a99fc921d350fbcbe146332 (diff) | |
parent | 2416ab0120bfe15cd3c5ef6cd0bbade288b32e7a (diff) |
Merge "Add support for parsing profile yaml files"
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index c6d2ef23..1e7115dc 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -2,7 +2,7 @@ module k8splugin require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/ghodss/yaml v1.0.0 // indirect + github.com/ghodss/yaml v1.0.0 github.com/go-stack/stack v1.8.0 // indirect github.com/gogo/protobuf v1.0.0 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect |