forked from hairyhenderson/gomplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
53 lines (51 loc) · 2.16 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/hairyhenderson/gomplate/v3
go 1.13
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.2 // indirect
github.com/aws/aws-sdk-go v1.29.29
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.7.3 // indirect
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/golang/protobuf v1.3.4 // 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.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/hashicorp/vault/api v1.0.4
github.com/johannesboyne/gofakes3 v0.0.0-20191228161223-9aee1c78a252
github.com/joho/godotenv v1.3.0
github.com/pierrec/lz4 v2.4.1+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-0.20200228181340-95f2f73ed97e
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-20200221231518-2aa609cf4a9d
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d // indirect
google.golang.org/api v0.19.0 // indirect
google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
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-20200121175148-a6ecf24a6d71
gotest.tools/v3 v3.0.2
k8s.io/client-go v11.0.0+incompatible
)