diff options
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 |