0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-11 16:25:02 +00:00
terraform-provider-proxmox/tools/go.mod
dependabot[bot] ef0e26a8cd
Bump github.com/golangci/golangci-lint from 1.42.0 to 1.42.1 in /tools
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.42.0 to 1.42.1.
- [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.42.0...v1.42.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-10 01:24:49 +00:00

9 lines
154 B
Modula-2

module github.com/golang-templates/seed/build
go 1.16
require (
github.com/golangci/golangci-lint v1.42.1
github.com/goreleaser/goreleaser v0.178.0
)