Repository: calcite-avatica-go Updated Branches: refs/heads/master 7a9ac43d1 -> eb4d11c77
[CALCITE-2335] Set module version to v3 Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/eb4d11c7 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/eb4d11c7 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/eb4d11c7 Branch: refs/heads/master Commit: eb4d11c77d462c59c4376381972b4b86aba5037a Parents: 7a9ac43 Author: Francis Chuang <[email protected]> Authored: Wed Aug 29 09:06:16 2018 +1000 Committer: Francis Chuang <[email protected]> Committed: Wed Aug 29 09:06:16 2018 +1000 ---------------------------------------------------------------------- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/eb4d11c7/go.mod ---------------------------------------------------------------------- diff --git a/go.mod b/go.mod index 1a492e6..b3d669d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/apache/calcite-avatica-go/v2 +module github.com/apache/calcite-avatica-go/v3 require ( github.com/apache/calcite-avatica-go v0.0.0-20180828061053-334bc15f92dd
