From 86ef6e86bf0892cb54148ab1b2fe4b35a033cf2f Mon Sep 17 00:00:00 2001 From: xuthus5 Date: Tue, 19 Mar 2024 23:39:15 +0800 Subject: [PATCH] chore: update gobuf --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb39607..5b3525f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( code.gitea.io/sdk/gitea v0.17.1 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 - gitter.top/common/gobuf v0.0.1 + gitter.top/common/gobuf v0.0.2 gopkg.in/yaml.v3 v3.0.1 )