Skip to content

Commit

Permalink
Bump github.com/goreleaser/goreleaser from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v1.4.1...v1.5.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>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Feb 14, 2022
1 parent 56d1915 commit efdafe8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 108 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/philips-labs/tabia
go 1.16

require (
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
github.com/antonmedv/expr v1.9.0
github.com/google/go-github/v33 v33.0.0
github.com/goreleaser/goreleaser v1.4.1
github.com/goreleaser/goreleaser v1.5.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/matryer/is v1.4.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
github.com/xanzy/go-gitlab v0.52.2
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
github.com/xanzy/go-gitlab v0.55.1
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/tools v0.1.9
)
Loading

0 comments on commit efdafe8

Please sign in to comment.