Skip to content

Commit

Permalink
feat(deps): update to latest chglog (#538)
Browse files Browse the repository at this point in the history
* feat(deps): update to latest chglog

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: force some deps

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: fix version

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Aug 16, 2022
1 parent 63deb4a commit f82c040
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 304 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.18
require (
github.com/AlekSi/pointer v1.2.0
github.com/Masterminds/semver/v3 v3.1.1
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // DO NOT UPDATE THIS!!
github.com/ProtonMail/gopenpgp/v2 v2.2.2
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11
github.com/google/rpmpack v0.0.0-20220314092521-38642b5e571e
github.com/goreleaser/chglog v0.1.2
github.com/goreleaser/chglog v0.2.2
github.com/goreleaser/fileglob v1.3.0
github.com/imdario/mergo v0.3.13
github.com/invopop/jsonschema v0.6.0
Expand All @@ -29,8 +29,8 @@ require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/cavaliergopher/cpio v1.0.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
Expand All @@ -40,7 +40,6 @@ require (
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/go-git/go-git/v5 v5.4.2 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
Expand All @@ -60,10 +59,11 @@ require (
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20211007125505-59d4e928ea9d // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down

0 comments on commit f82c040

Please sign in to comment.