mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 0.183.0 to 0.184.0. - [Release notes](https://github.com/goreleaser/goreleaser/releases) - [Changelog](https://github.com/goreleaser/goreleaser/blob/master/.goreleaser.yml) - [Commits](https://github.com/goreleaser/goreleaser/compare/v0.183.0...v0.184.0) --- updated-dependencies: - dependency-name: github.com/goreleaser/goreleaser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
154 B
Modula-2
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.184.0
|
|
)
|