update plugin (#6)
ci/woodpecker/push/ci Pipeline failed Details

#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Reviewed-on: #6
This commit is contained in:
OCram85 2023-12-07 13:19:15 +01:00
parent f33e256ddc
commit 97206d45f8
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM caddy:2.6-builder-alpine AS builder
RUN xcaddy build \
--with github.com/42wim/caddy-gitea@v0.0.3
--with gitea.ocram85.com/OCram85/caddy-gitea@v0.0.4
FROM caddy:2.6.2

View File

@ -5,7 +5,7 @@ import (
"net/http"
"strings"
"github.com/42wim/caddy-gitea/pkg/gitea"
"gitea.orcram85.com/OCram85/caddy-gitea/pkg/gitea"
"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/42wim/caddy-gitea
module gitea.ocram85.com/OCram85/caddy-gitea
go 1.19