Skip to content

Commit

Permalink
fix(deps): update github.com/release-lab/conventional-commit-parser@v…
Browse files Browse the repository at this point in the history
…0.1.8
  • Loading branch information
axetroy committed Oct 10, 2021
1 parent 0540c6c commit 9af0c79
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 104 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/go-git/go-git/v5 v5.4.2
github.com/pkg/errors v0.9.1
github.com/release-lab/conventional-commit-parser v0.1.7
github.com/release-lab/conventional-commit-parser v0.1.8
github.com/stretchr/testify v1.7.0
github.com/whilp/git-urls v1.0.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ github.com/release-lab/conventional-commit-parser v0.1.6 h1:GsmmsOBnYtuWubjaTkQY
github.com/release-lab/conventional-commit-parser v0.1.6/go.mod h1:J56B1fNHAVNm5SynjINkz1mThTKqN0KQnFH54Fuz2KQ=
github.com/release-lab/conventional-commit-parser v0.1.7 h1:aoyrKdOg3rDVhOci6kgqXzLFHV9AJLY58WHbgD3SQaQ=
github.com/release-lab/conventional-commit-parser v0.1.7/go.mod h1:J56B1fNHAVNm5SynjINkz1mThTKqN0KQnFH54Fuz2KQ=
github.com/release-lab/conventional-commit-parser v0.1.8 h1:bXUj66k9pnVq5xAFUtsbyDcF8adXV4ZNgcrJT8hR3Z4=
github.com/release-lab/conventional-commit-parser v0.1.8/go.mod h1:J56B1fNHAVNm5SynjINkz1mThTKqN0KQnFH54Fuz2KQ=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down
80 changes: 80 additions & 0 deletions vendor/github.com/release-lab/conventional-commit-parser/footer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions vendor/github.com/release-lab/conventional-commit-parser/header.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 4 additions & 102 deletions vendor/github.com/release-lab/conventional-commit-parser/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/release-lab/conventional-commit-parser v0.1.7
# github.com/release-lab/conventional-commit-parser v0.1.8
## explicit; go 1.17
github.com/release-lab/conventional-commit-parser
# github.com/sergi/go-diff v1.1.0
Expand Down

0 comments on commit 9af0c79

Please sign in to comment.