forked from stefansundin/terraform-provider-ssh
-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
20 lines (18 loc) · 797 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/stefansundin/terraform-provider-ssh
go 1.16
require (
github.com/fatih/color v1.15.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/terraform-plugin-framework v1.2.0
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0
github.com/hashicorp/terraform-plugin-go v0.15.0 // indirect
github.com/hashicorp/terraform-svchost v0.1.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/jinzhu/copier v0.3.5
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/oklog/run v1.1.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/crypto v0.8.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
)