1 Commits

Author SHA1 Message Date
6494a3ef83 chore(deps): update module github.com/yuin/goldmark to v1.7.12
Some checks failed
renovate/artifacts Artifact file update failure
2025-05-18 00:01:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
variables: variables:
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.3.0' - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0'
# deployment targets # deployment targets
- &publish_repos 'ocram85/caddy-gitea,gitea.ocram85.com/ocram85/caddy-gitea' - &publish_repos 'ocram85/caddy-gitea,gitea.ocram85.com/ocram85/caddy-gitea'
# logins for deployment targets # logins for deployment targets

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/alecthomas/chroma v0.10.0 github.com/alecthomas/chroma v0.10.0
github.com/caddyserver/caddy/v2 v2.6.4 github.com/caddyserver/caddy/v2 v2.6.4
github.com/spf13/viper v1.15.0 github.com/spf13/viper v1.15.0
github.com/yuin/goldmark v1.5.4 github.com/yuin/goldmark v1.7.12
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594 github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )