Carlos Alexandro Becker
7a7a6f61ba
feat: create discussions from releases ( #2177 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-04-21 13:43:59 -03:00
dependabot[bot]
77101bea42
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.3.1 to 2.4.0 ( #2170 )
...
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/goreleaser/nfpm/releases )
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml )
- [Commits](https://github.com/goreleaser/nfpm/compare/v2.3.1...v2.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-16 09:50:21 -03:00
Carlos Alexandro Becker
008bd866a9
chore(deps): update go-gitlab to v0.48.0
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-30 11:08:53 -03:00
Diep Pham
b291f946d2
fix: update go-gitlab to fix upload file issue ( #2145 )
...
Gitlab.com has some changed (bug?) recently that returns 500 internal server error if the filename contains "/".
Update go-gitlab dependency to get the workaround from upstream: https://github.com/xanzy/go-gitlab/pull/1113 .
2021-03-29 08:23:45 -03:00
dependabot[bot]
b35c092cb4
chore(deps): bump code.gitea.io/sdk/gitea from 0.13.2 to 0.14.0 ( #2136 )
...
Bumps code.gitea.io/sdk/gitea from 0.13.2 to 0.14.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23 12:28:30 +00:00
Carlos Alexandro Becker
740ab6f2bd
fix: remove replace
...
closes #2080
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-22 08:45:18 -03:00
dependabot[bot]
9d2da0799a
chore(deps): bump github.com/xanzy/go-gitlab from 0.46.0 to 0.47.0 ( #2103 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.46.0 to 0.47.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.46.0...v0.47.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 14:04:39 +00:00
dependabot[bot]
101ae31120
chore(deps): bump github.com/imdario/mergo from 0.3.11 to 0.3.12 ( #2101 )
...
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo ) from 0.3.11 to 0.3.12.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/v0.3.11...0.3.12 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 12:43:22 +00:00
dependabot[bot]
d01af30b5c
chore(deps): bump github.com/xanzy/go-gitlab from 0.45.0 to 0.46.0 ( #2094 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.45.0...v0.46.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:20:13 -03:00
Carlos Alexandro Becker
1e56af2476
chore: go mod tidy
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-05 18:01:52 -03:00
dependabot[bot]
d7a54b5694
chore(deps): bump github.com/xanzy/go-gitlab from 0.44.0 to 0.45.0 ( #2091 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.44.0...v0.45.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 12:31:13 +00:00
Carlos Alexandro Becker
4f7968316f
feat(ci): run lint on actions ( #2087 )
...
* feat: lint on specific ci step
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: run on push
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: contributing
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: contributing
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: action
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-01 14:45:06 -03:00
Carlos Alexandro Becker
be93544e5c
feat: update fileglob and nfpm ( #2085 )
...
* feat: update fileglob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: upgrade nfpm too
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-03-01 14:19:13 -03:00
Carlos Alexandro Becker
5e1ea32203
fix: go mod tidy
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-16 20:29:25 -03:00
dependabot[bot]
7e385d6c99
chore(deps): bump github.com/xanzy/go-gitlab from 0.43.0 to 0.44.0 ( #2061 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.43.0...v0.44.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 13:18:39 +00:00
dependabot[bot]
a02c7386f9
chore(deps): bump github.com/spf13/cobra from 1.1.2 to 1.1.3 ( #2053 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.2...v1.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-11 09:56:57 -03:00
Carlos Alexandro Becker
12cdf77230
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.2.3 to 2.2.4
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-10 16:53:36 -03:00
Carlos Alexandro Becker
ae85009993
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.2.2 to 2.2.3
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-02-10 15:43:17 -03:00
dependabot[bot]
8e45d6370b
chore(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.2 ( #2052 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 17:37:38 +00:00
dependabot[bot]
0824e1d2ea
chore(deps): bump gocloud.dev from 0.21.0 to 0.22.0 ( #2050 )
...
Bumps [gocloud.dev](https://github.com/google/go-cloud ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.21.0...v0.22.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-08 12:42:17 +00:00
dependabot[bot]
1e1e743d83
chore(deps): bump github.com/goreleaser/fileglob from 0.3.1 to 0.4.0 ( #2048 )
...
Bumps [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob ) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/goreleaser/fileglob/releases )
- [Commits](https://github.com/goreleaser/fileglob/compare/v0.3.1...v0.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-05 12:30:04 +00:00
dependabot[bot]
bd8d6c9313
chore(deps): bump github.com/xanzy/go-gitlab from 0.42.0 to 0.43.0 ( #2044 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.42.0...v0.43.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-03 13:17:54 +00:00
dependabot[bot]
b192165d81
chore(deps): bump github.com/jarcoal/httpmock from 1.0.7 to 1.0.8 ( #2035 )
...
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock ) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/jarcoal/httpmock/releases )
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.7...v1.0.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-03 12:53:51 +00:00
dependabot[bot]
0de30367de
chore(deps): bump github.com/ulikunitz/xz from 0.5.9 to 0.5.10 ( #2043 )
...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz ) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/ulikunitz/xz/releases )
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.9...v0.5.10 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-03 12:21:16 +00:00
dependabot[bot]
b35f269b50
chore(deps): bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 ( #2034 )
...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.35.2 to 1.36.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.35.2...v1.36.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 12:32:29 +00:00
dependabot[bot]
ba82f43c5f
chore(deps): bump github.com/golangci/golangci-lint from 1.34.1 to 1.35.2 ( #2011 )
...
* chore(deps): bump github.com/golangci/golangci-lint
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.34.1 to 1.35.2.
- [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.34.1...v1.35.2 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: lint
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-15 12:54:31 +00:00
dependabot[bot]
83f0536e10
chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ( #2019 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 08:32:46 -03:00
dependabot[bot]
b8b0b02f6e
chore(deps): bump github.com/xanzy/go-gitlab from 0.41.0 to 0.42.0 ( #2017 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.41.0...v0.42.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 12:31:13 +00:00
dependabot[bot]
a52b1482b4
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.2 to 0.41.0 ( #1997 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.40.2 to 0.41.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.2...v0.41.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-06 14:55:12 +00:00
dependabot[bot]
2eb0f4a39e
chore(deps): bump github.com/jarcoal/httpmock from 1.0.6 to 1.0.7 ( #1998 )
...
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jarcoal/httpmock/releases )
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.6...v1.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 11:45:32 -03:00
dependabot[bot]
2606aba8d1
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.1.2 to 2.2.2 ( #1994 )
...
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm ) from 2.1.2 to 2.2.2.
- [Release notes](https://github.com/goreleaser/nfpm/releases )
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml )
- [Commits](https://github.com/goreleaser/nfpm/compare/v2.1.2...v2.2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 08:33:29 -03:00
Carlos Alexandro Becker
86b30e8f31
fix: race condition
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 17:36:31 -03:00
dependabot[bot]
1b0b6be8c5
chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.1 ( #1975 )
...
* chore(deps): bump github.com/golangci/golangci-lint
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.33.0 to 1.34.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.33.0...v1.34.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-29 15:40:21 +00:00
dependabot[bot]
6739c19308
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.40.2 ( #1957 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.40.1 to 0.40.2.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.1...v0.40.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 16:38:56 -03:00
Carlos Alexandro Becker
20bdf9def1
feat: upgrade nfpm ( #1968 )
...
* feat: upgrade nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: upgrade nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:40:23 +00:00
Carlos Alexandro Becker
2615b6cd4f
feat: ugprade nfpm ( #1964 )
...
* feat: ugprade nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: ugprade nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: fmt
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: do not modify list
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-24 02:07:48 +00:00
dependabot[bot]
8d7f4366e0
chore(deps): bump github.com/ulikunitz/xz from 0.5.8 to 0.5.9 ( #1954 )
...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz ) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/ulikunitz/xz/releases )
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.8...v0.5.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 08:27:43 -03:00
Carlos Alexandro Becker
ec8e1081dc
chore(deps): bump nfpm ( #1946 )
...
* chore(deps): bump nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* chore(deps): bump nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-13 07:13:09 -03:00
dependabot[bot]
a2d1c28335
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.0 to 0.40.1 ( #1932 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.40.0 to 0.40.1.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.0...v0.40.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 13:34:21 -03:00
dependabot[bot]
339037ff60
chore(deps): bump code.gitea.io/sdk/gitea from 0.13.1 to 0.13.2 ( #1933 )
...
Bumps code.gitea.io/sdk/gitea from 0.13.1 to 0.13.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 13:33:54 -03:00
dependabot[bot]
4c3e3933a8
chore(deps): bump gocloud.dev from 0.20.0 to 0.21.0 ( #1941 )
...
Bumps [gocloud.dev](https://github.com/google/go-cloud ) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/google/go-cloud/releases )
- [Commits](https://github.com/google/go-cloud/compare/v0.20.0...v0.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 20:14:58 -03:00
dependabot[bot]
2f86bd63b8
chore(deps): bump github.com/goreleaser/fileglob from 0.3.0 to 0.3.1 ( #1937 )
...
Bumps [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/goreleaser/fileglob/releases )
- [Commits](https://github.com/goreleaser/fileglob/compare/v0.3.0...v0.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-12-09 08:39:38 -03:00
dependabot[bot]
eb22ebf75d
chore(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.0 ( #1930 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.39.0...v0.40.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 09:45:55 -03:00
Carlos Alexandro Becker
513e6ad6ed
chore(deps): bump github.com/goreleaser/nfpm from 1.10.1 to 1.10.2
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-26 23:30:03 -03:00
dependabot[bot]
7ab2470dae
chore(deps): bump github.com/golangci/golangci-lint from 1.32.2 to 1.33.0 ( #1912 )
...
* chore(deps): bump github.com/golangci/golangci-lint
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.32.2 to 1.33.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.32.2...v1.33.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: lint
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-11-27 02:16:08 +00:00
dependabot[bot]
27f3e4f533
chore(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 ( #1920 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-26 09:51:27 -03:00
dependabot[bot]
50547696ca
chore(deps): bump github.com/Masterminds/semver/v3 from 3.1.0 to 3.1.1 ( #1914 )
...
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/Masterminds/semver/releases )
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Masterminds/semver/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-24 09:21:38 -03:00
Carlos Alexandro Becker
188447b255
feat: update nfpm
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-10 18:30:20 -03:00
Carlos Alexandro Becker
4a6693fb72
feat: replace zglob with fileglob ( #1889 )
...
* fix: replace zglob with gobwas/glob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: added missing file
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fixed wrong assertions
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: use fileglob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: update fileglob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: update fileglob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: test errors
* fix: empty file
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: update fileglob
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-11-10 11:20:55 -03:00
dependabot[bot]
27aa6871cb
chore(deps): bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.2 ( #1882 )
...
* chore(deps): bump github.com/golangci/golangci-lint
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.31.0 to 1.32.2.
- [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.31.0...v1.32.2 )
Signed-off-by: dependabot[bot] <support@github.com>
* fix: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* refactor: lint issues
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-10 11:15:03 -03:00