You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/05/30 22:47:06 UTC

[tinkerpop] 01/03: adding v3 back to go.mod

This is an automated email from the ASF dual-hosted git repository.

lyndonb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c0fe76ba5383c481d13f6db82a117db0d40b5552
Author: Lyndon Bauto <ly...@bitquilltech.com>
AuthorDate: Mon May 30 15:45:57 2022 -0700

    adding v3 back to go.mod
---
 gremlin-go/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-go/go.mod b/gremlin-go/go.mod
index 99cded191c..d639292bb9 100644
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-module github.com/apache/tinkerpop/gremlin-go
+module github.com/apache/tinkerpop/gremlin-go/v3
 
 go 1.17