mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
10 lines
213 B
Modula-2
10 lines
213 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.18
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
)
|