2
0

chore: rename module

This commit is contained in:
Jason Song
2022-11-21 18:03:44 +08:00
parent d739e175e7
commit 79617eff62
2 changed files with 2 additions and 15 deletions

8
go.mod
View File

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