0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-09 15:25:01 +00:00
terraform-provider-proxmox/tools/go.mod
dependabot[bot] 60936de9b2
Bump github.com/goreleaser/goreleaser from 1.11.2 to 1.11.4 in /tools (#125)
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.11.2 to 1.11.4.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/goreleaser/goreleaser/compare/v1.11.2...v1.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 12:59:57 -04:00

16 lines
598 B
Modula-2

module github.com/golang-templates/seed/build
go 1.16
require (
github.com/Azure/azure-sdk-for-go v60.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.23 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.10 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
github.com/aws/aws-sdk-go v1.44.26 // indirect
github.com/golangci/golangci-lint v1.49.0
github.com/goreleaser/goreleaser v1.11.4
github.com/klauspost/compress v1.15.5 // indirect
)