Skip to content

Commit

Permalink
chore(deps): update modules
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
Dave Henderson committed Jan 16, 2020
1 parent 3cd9f6f commit c1020f9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 75 deletions.
25 changes: 6 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,32 @@ go 1.13
require (
github.com/Masterminds/goutils v1.1.0
github.com/Shopify/ejson v1.2.1
github.com/armon/go-metrics v0.3.0 // indirect
github.com/aws/aws-sdk-go v1.28.3
github.com/boltdb/bolt v1.3.1
github.com/docker/libkv v0.2.1
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/frankban/quicktest v1.5.0 // indirect
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/google/uuid v1.1.1
github.com/gosimple/slug v1.9.0
github.com/hairyhenderson/toml v0.3.1-0.20191004034452-2a4f3b6160f2
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/go-hclog v0.10.0 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.3 // indirect
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/hashicorp/vault/api v1.0.4
github.com/johannesboyne/gofakes3 v0.0.0-20191029185751-e238f04965fe
github.com/johannesboyne/gofakes3 v0.0.0-20191228161223-9aee1c78a252
github.com/joho/godotenv v1.3.0
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v1.1.7
github.com/zealic/xignore v0.3.3
gocloud.dev v0.18.0
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v3 v3.0.0-20190924164351-c8b7dadae555
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
gotest.tools/v3 v3.0.0
k8s.io/client-go v11.0.0+incompatible
)
Loading

0 comments on commit c1020f9

Please sign in to comment.