deps: update module github.com/teekennedy/goldmark-markdown to v0.4.1 (#125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-15 00:47:46 +00:00 committed by GitHub
parent e7db5b2e66
commit 093f0f97bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

6
go.mod
View file

@ -1,6 +1,8 @@
module github.com/apricote/releaser-pleaser
go 1.23.0
go 1.23.2
toolchain go1.23.4
require (
github.com/blang/semver/v4 v4.0.0
@ -9,7 +11,7 @@ require (
github.com/leodido/go-conventionalcommits v0.12.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/teekennedy/goldmark-markdown v0.4.0
github.com/teekennedy/goldmark-markdown v0.4.1
github.com/xanzy/go-gitlab v0.114.0
github.com/yuin/goldmark v1.7.8
)