mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
13 lines
387 B
Modula-2
13 lines
387 B
Modula-2
module github.com/danitso/terraform-provider-proxmox
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/hashicorp/terraform v0.12.23
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/pkg/sftp v1.11.0
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
|
|
)
|