mvp implementation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module github.com/end/officeconvert/clients/go
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
connectrpc.com/connect v1.19.1
|
||||
github.com/end/officeconvert v0.0.0
|
||||
)
|
||||
|
||||
require google.golang.org/protobuf v1.36.11 // indirect
|
||||
|
||||
replace github.com/end/officeconvert => ../..
|
||||
Reference in New Issue
Block a user