move project repo
Docker server image / build-and-push (push) Successful in 1m18s

This commit is contained in:
2026-06-02 19:35:21 -07:00
parent 9883a11889
commit 08a28f6924
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"time"
"connectrpc.com/connect"
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
"gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
officeconvertapiv1 "gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1"
"gitea.auvem.com/end/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
"github.com/segmentio/ksuid"
)