1 Commits

Author SHA1 Message Date
7f44f37ef3 chore(deps): update module code.gitea.io/sdk/gitea to v0.21.0
Some checks failed
renovate/artifacts Artifact file update failure
2025-04-06 00:02:01 +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:6.0.1' - &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

@ -3,7 +3,7 @@ module gitea.ocram85.com/OCram85/caddy-gitea
go 1.19 go 1.19
require ( require (
code.gitea.io/sdk/gitea v0.15.1 code.gitea.io/sdk/gitea v0.21.0
github.com/BurntSushi/toml v1.2.1 github.com/BurntSushi/toml v1.2.1
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