2
0

[auto-commit] Generate codes

This commit is contained in:
Jason Song
2022-11-21 08:06:33 +00:00
parent fbbec0920d
commit 9069c8a2fa
8 changed files with 1997 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module gitea.com/gitea/bots-proto-go
go 1.18
require (
github.com/bufbuild/connect-go v1.1.0
google.golang.org/protobuf v1.28.1
)