correct repository location
This commit is contained in:
+3
-3
@@ -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 => ../..
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user