forked from hashicorp/terraform-plugin-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 643 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/hashicorp/terraform-plugin-go
go 1.15
require (
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.2
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
github.com/hashicorp/go-plugin v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
github.com/vmihailenco/msgpack v4.0.4+incompatible
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.23.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)