mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
45 lines
2.0 KiB
Modula-2
45 lines
2.0 KiB
Modula-2
module github.com/bpg/terraform-provider-proxmox
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.101.1 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/aws/aws-sdk-go v1.44.10 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-getter v1.5.11 // indirect
|
|
github.com/hashicorp/go-hclog v1.2.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-plugin v1.4.4 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/go-version v1.4.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.12.0 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk v1.17.2
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
|
github.com/klauspost/compress v1.15.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mitchellh/cli v1.1.3 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pkg/sftp v1.13.4
|
|
github.com/posener/complete v1.2.3 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
github.com/vmihailenco/tagparser v0.1.2 // indirect
|
|
github.com/zclconf/go-cty v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
google.golang.org/api v0.78.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
|
|
)
|