Add go modules config for gRPC generated code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module git.ohea.xyz/cursorius/pipeline-api/go/api/v2
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/bufbuild/connect-go v1.4.1
|
||||
google.golang.org/protobuf v1.28.1
|
||||
)
|
||||
Reference in New Issue
Block a user