[
https://issues.apache.org/jira/browse/CALCITE-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594796#comment-16594796
]
ASF GitHub Bot commented on CALCITE-2335:
-----------------------------------------
GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica-go/pull/27
[CALCITE-2335] Add support for Go modules and test against Go 1.11
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Boostport/calcite-avatica-go go-modules
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica-go/pull/27.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #27
----
commit e589422c7b0c6fc3eb133a062593d20b5d6802d6
Author: Francis Chuang <francischuang@...>
Date: 2018-08-28T10:25:20Z
[CALCITE-2335] Add support for Go modules and test against Go 1.11
----
> Switch to vgo for dependency management
> ---------------------------------------
>
> Key: CALCITE-2335
> URL: https://issues.apache.org/jira/browse/CALCITE-2335
> Project: Calcite
> Issue Type: Task
> Components: avatica-go
> Reporter: Francis Chuang
> Assignee: Francis Chuang
> Priority: Major
> Fix For: avatica-go-3.1.0
>
>
> The proposal for vgo has been accepted:
> [https://research.swtch.com/vgo-accepted]
> vgo aims to replace dep for dependency management in Go.
> TLDR; vgo will be part of the Go tool chain in Go 1.11 (July 31 2018) on an
> experimental basis. Official production-ready status will be in Go 1.12
> (January 2019).
> We should remove dep and move to vgo when Go 1.11 is released so that we can
> work out any idiosyncrasies before Go 1.12.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)