Add go modules config for gRPC generated code

This commit is contained in:
2023-01-02 01:41:47 -07:00
parent d45e237f29
commit 6d98886645
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -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
)