Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruener committed Jan 21, 2021
1 parent 7e57a7b commit 16a3fe6
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 92 deletions.
31 changes: 13 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
module github.com/bedag/kusible

go 1.15

require (
github.com/Luzifer/go-openssl/v3 v3.1.0
github.com/Shopify/ejson v1.2.1
github.com/aws/aws-sdk-go v1.27.0
github.com/cloudfoundry-community/vaultkv v0.0.0-20190624205921-5a0520111914 // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/gabriel-vasile/mimetype v0.3.16
github.com/Shopify/ejson v1.2.2
github.com/aws/aws-sdk-go v1.36.29
github.com/gabriel-vasile/mimetype v1.1.2
github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5
github.com/geofffranks/spruce v1.22.0
github.com/geofffranks/yaml v0.0.0-20161117152608-9f2fe4b6f295 // indirect
github.com/go-test/deep v1.0.4
github.com/geofffranks/spruce v1.27.0
github.com/go-test/deep v1.0.7
github.com/gofrs/flock v0.8.0
github.com/imdario/mergo v0.3.11
github.com/kjk/lzmadec v0.0.0-20190802150927-78d187673998
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/pborman/ansi v0.0.0-20160920233902-86f499584b0a
github.com/kjk/lzmadec v0.0.0-20200118223809-980b947af806
github.com/kr/pretty v0.2.1 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pborman/ansi v1.0.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/starkandwayne/goutils v0.0.0-20190115202530-896b8a6904be // indirect
github.com/stretchr/testify v1.6.1
github.com/ziutek/utils v0.0.0-20190626152656-eb2a3b364d6c // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
gotest.tools v2.2.0+incompatible
helm.sh/helm/v3 v3.5.0
k8s.io/api v0.20.1
Expand All @@ -32,5 +29,3 @@ require (
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)

go 1.15

0 comments on commit 16a3fe6

Please sign in to comment.