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 => ../..
|
||||
|
||||
Reference in New Issue
Block a user