mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
Bumps [github.com/google/go-querystring](https://github.com/google/go-querystring) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/google/go-querystring/releases) - [Commits](https://github.com/google/go-querystring/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/google/go-querystring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/danitso/terraform-provider-proxmox
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.74.0 // indirect
|
|
cloud.google.com/go/storage v1.12.0 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/google/uuid v1.1.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-hclog v0.15.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/hashicorp/go-plugin v1.4.0 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk v1.17.2
|
|
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // 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.4.0 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pkg/sftp v1.12.0
|
|
github.com/posener/complete v1.2.3 // indirect
|
|
github.com/spf13/afero v1.5.1 // indirect
|
|
github.com/ulikunitz/xz v0.5.9 // indirect
|
|
github.com/vmihailenco/tagparser v0.1.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/tools v0.0.0-20210102185154-773b96fafca2 // indirect
|
|
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
|
|
)
|