mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
9 lines
157 B
Modula-2
9 lines
157 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
|
|
)
|