mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.46.2 to 1.47.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.46.2...v1.47.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
1.1 KiB
Modula-2
27 lines
1.1 KiB
Modula-2
module github.com/golang-templates/seed/build
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.102.0 // indirect
|
|
cloud.google.com/go/kms v1.1.0 // indirect
|
|
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/DisgoOrg/log v1.1.2 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
|
|
github.com/aws/aws-sdk-go v1.44.26 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.11.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.11.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
github.com/golangci/golangci-lint v1.47.0
|
|
github.com/goreleaser/goreleaser v1.10.2
|
|
github.com/klauspost/compress v1.15.5 // indirect
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
google.golang.org/api v0.82.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220601144221-27df5f98adab // indirect
|
|
google.golang.org/grpc v1.47.0 // indirect
|
|
)
|