forked from apparentlymart/terraform-provider-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
28 lines (25 loc) · 1.19 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
module github.com/cloudandthings/terraform-provider-javascript
go 1.18
require (
github.com/apparentlymart/terraform-sdk v0.0.0-20190921203246-567adf8e5271
github.com/dop251/goja v0.0.0-20200629185240-bfd59704b500
github.com/zclconf/go-cty v1.5.1
github.com/zclconf/go-cty-goja v0.0.0-20200710034154-0e16cd613893
)
require (
github.com/apparentlymart/go-ctxenv v1.0.0 // indirect
github.com/apparentlymart/terraform-plugin-test v0.0.0-20190921180929-24e04c393f77 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/hashicorp/terraform-json v0.3.0 // indirect
github.com/vmihailenco/msgpack v3.3.3+incompatible // indirect
go.rpcplugin.org/rpcplugin v0.0.0-20190513032547-109b787efc73 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/appengine v1.1.0 // indirect
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
google.golang.org/grpc v1.19.1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)