This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
forked from sethvargo/terraform-provider-filesystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.44 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
module github.com/sethvargo/terraform-provider-filesystem
go 1.13
require (
cloud.google.com/go v0.47.0 // indirect
cloud.google.com/go/storage v1.2.1 // indirect
github.com/aws/aws-sdk-go v1.25.30 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/hashicorp/go-hclog v0.10.0 // indirect
github.com/hashicorp/go-plugin v1.0.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.13
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/posener/complete v1.2.2 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.opencensus.io v0.22.1 // indirect
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6 // indirect
golang.org/x/net v0.0.0-20191108063844-7e6e90b9ea88 // indirect
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
golang.org/x/tools v0.0.0-20191107235519-f7ea15e60b12 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.25.0 // indirect
)