diff --git a/go.mod b/go.mod index f90ca94..ea7ea7c 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,20 @@ module gitlab.cern.ch/helm/plugins/barbican +go 1.19 + require ( github.com/google/uuid v1.1.1 github.com/gophercloud/gophercloud v0.0.0-20180928224355-bfc006765209 github.com/gophercloud/utils v0.0.0-20180824015205-48f1dffa8dcd - github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/sirupsen/logrus v1.1.0 github.com/spf13/cobra v0.0.3 +) + +require ( + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/konsorten/go-windows-terminal-sequences v0.0.0-20180402223658-b729f2633dfe // indirect github.com/spf13/pflag v1.0.2 // indirect - gopkg.in/yaml.v2 v2.2.1 // indirect + golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 // indirect + golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect ) diff --git a/go.sum b/go.sum index 0668f37..3a23427 100644 --- a/go.sum +++ b/go.sum @@ -26,5 +26,5 @@ golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 h1:I6FyU15t786LL7oL/hn43zqTu golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=