correct repository location

This commit is contained in:
2026-03-27 14:05:27 -07:00
parent 5923bff155
commit 09d38edc43
9 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
module github.com/end/officeconvert/clients/go
module gitea.auvem.com/end-internal/officeconvert/clients/go
go 1.25.0
require (
connectrpc.com/connect v1.19.1
github.com/end/officeconvert v0.0.0
gitea.auvem.com/end-internal/officeconvert v0.0.0
)
require google.golang.org/protobuf v1.36.11 // indirect
replace github.com/end/officeconvert => ../..
replace gitea.auvem.com/end-internal/officeconvert => ../..
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"time"
"connectrpc.com/connect"
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
"github.com/end/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
"gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
)
const defaultPollInterval = 2 * time.Second
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
)
// DownloadedArtifact records a downloaded slide image destination path.
@@ -5,7 +5,7 @@ import (
"fmt"
"path/filepath"
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
)
// ConversionResult groups the terminal status and deck payload for one conversion.