0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/go.mod
dependabot[bot] 9d36f9d3db
Bump github.com/pkg/sftp from 1.13.3 to 1.13.4
Bumps [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.13.3 to 1.13.4.
- [Release notes](https://github.com/pkg/sftp/releases)
- [Commits](https://github.com/pkg/sftp/compare/v1.13.3...v1.13.4)

---
updated-dependencies:
- dependency-name: github.com/pkg/sftp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 16:18:41 +00:00

32 lines
1.3 KiB
Modula-2

module github.com/bpg/terraform-provider-proxmox
go 1.16
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.13.4
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-20210421170649-83a5a9bb288b
golang.org/x/tools v0.0.0-20210102185154-773b96fafca2 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
)