diff options
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index 3652afba..b4f4558b 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -13,6 +13,7 @@ require ( github.com/hashicorp/consul v1.2.2 github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 + github.com/hashicorp/go-uuid v1.0.0 github.com/hashicorp/serf v0.8.1 github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c github.com/imdario/mergo v0.3.5 |