Skip to content

Commit

Permalink
Merge pull request #832 from hairyhenderson/bump-mods
Browse files Browse the repository at this point in the history
Bunch of module bumps
  • Loading branch information
Dave Henderson authored and GitHub committed May 7, 2020
2 parents cf05110 + 44590b0 commit 66f381d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 255 deletions.
26 changes: 5 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,54 +1,38 @@
module github.com/hairyhenderson/gomplate/v3

go 1.13
go 1.14

require (
cloud.google.com/go/storage v1.6.0 // indirect
github.com/Masterminds/goutils v1.1.0
github.com/Shopify/ejson v1.2.1
github.com/armon/go-metrics v0.3.3 // indirect
github.com/aws/aws-sdk-go v1.30.19
github.com/aws/aws-sdk-go v1.30.20
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.9.0 // indirect
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/golang/protobuf v1.3.5 // indirect
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0 // indirect
github.com/gosimple/slug v1.9.0
github.com/hairyhenderson/toml v0.3.1-0.20191004034452-2a4f3b6160f2
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.5 // indirect
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.9.0 // indirect
github.com/hashicorp/vault/api v1.0.4
github.com/johannesboyne/gofakes3 v0.0.0-20200218152459-de0855a40bc1
github.com/joho/godotenv v1.3.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pierrec/lz4 v2.5.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.18.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
github.com/ugorji/go/codec v1.1.7
github.com/zealic/xignore v0.3.3
gocloud.dev v0.19.0
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/tools v0.0.0-20200410132612-ae9902aceb98 // indirect
google.golang.org/api v0.21.0 // indirect
google.golang.org/genproto v0.0.0-20200410110633-0848e9f44c36 // indirect
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
gopkg.in/square/go-jose.v2 v2.4.1 // 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-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3 v3.0.0-20200504163728-5308cda29e3d
gotest.tools/v3 v3.0.2
k8s.io/client-go v11.0.0+incompatible
)
Loading

0 comments on commit 66f381d

Please sign in to comment.