forked from camptocamp/terraform-provider-pass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
60 lines (59 loc) · 3.2 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
54
55
56
57
58
59
60
module github.com/camptocamp/terraform-provider-pass
require (
cloud.google.com/go v0.37.2 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/alecthomas/binary v0.0.0-20171101084825-6e8df1b1fb9d // indirect
github.com/atotto/clipboard v0.1.2 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/dominikschulz/github-releases v0.0.0-20171016132906-7635b43b2447 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/gdamore/tcell v0.0.0-20190319073105-ec71b09872d7 // indirect
github.com/godbus/dbus v0.0.0-20190326200341-f93dedc6ceb4 // indirect
github.com/gokyle/twofactor v1.0.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gopasspw/gopass v1.8.5
github.com/grpc-ecosystem/grpc-gateway v1.6.2 // indirect
github.com/hashicorp/consul v1.4.4 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.8.0 // indirect
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/hashicorp/terraform v0.12.0
github.com/hashicorp/vault v1.1.0 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/jroimartin/gocui v0.4.0 // indirect
github.com/jsimonetti/pwscheme v0.0.0-20160922125227-76804708ecad // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/lucasb-eyer/go-colorful v1.0.1 // indirect
github.com/martinhoefling/goxkcdpwgen v0.0.0-20181107204532-de898c7414ad // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 // indirect
github.com/muesli/crunchy v0.0.0-20181030220720-ee5032c9b35b // indirect
github.com/muesli/goprogressbar v0.0.0-20180221033428-8ba388894ed9 // indirect
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
github.com/pkg/errors v0.8.0
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/schollz/closestmatch v0.0.0-20190308193919-1fbe626be92e // indirect
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/stretchrcom/testify v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 // indirect
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect
google.golang.org/grpc v1.19.1 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
gopkg.in/src-d/go-git.v4 v4.0.0-20181022223530-1241d740739f // indirect
gopkg.in/yaml.v2 v2.2.2
rsc.io/qr v0.2.0 // indirect
)