From b381bd427a405aed6a71d474f97eaf924681c512 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 5 Dec 2022 16:15:06 +0800 Subject: [PATCH] chore: reset mod --- go.mod | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/go.mod b/go.mod index b8cda32..7c3de26 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,3 @@ -module code.gitea.io/bots-proto-go +module code.gitea.io/actions-proto-go go 1.19 - -require ( - github.com/bufbuild/connect-go v1.1.0 - google.golang.org/protobuf v1.28.1 -)