Skip to content

Commit

Permalink
Bump github.com/goreleaser/goreleaser from 1.10.3 to 1.11.0 (#187)
Browse files Browse the repository at this point in the history
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.10.3 to 1.11.0.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v1.10.3...v1.11.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent b5da83e commit eb9a56c
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 174 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ module github.com/open-telemetry/opentelemetry-collector-releases
go 1.17

require (
github.com/goreleaser/goreleaser v1.10.3
github.com/goreleaser/nfpm/v2 v2.17.0
github.com/goreleaser/goreleaser v1.11.0
github.com/goreleaser/nfpm/v2 v2.18.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/aymanbagabas/go-osc52 v1.0.3 // indirect
github.com/caarlos0/log v0.1.1 // indirect
github.com/caarlos0/log v0.1.2 // indirect
github.com/charmbracelet/lipgloss v0.5.1-0.20220615005615-2e17a8a06096 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/invopop/jsonschema v0.5.0 // indirect
github.com/invopop/jsonschema v0.6.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect
github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit eb9a56c

Please sign in to comment.