From 4eb178e23889f9a389805a390216f561138ea3f2 Mon Sep 17 00:00:00 2001 From: chickenlj Date: Wed, 27 Mar 2024 14:56:16 +0800 Subject: [PATCH] module path to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f08c992..e9e0a55 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/dubbogo/protoc-gen-go-triple +module github.com/dubbogo/protoc-gen-go-triple/v3 go 1.20