GitHub user F21 opened a pull request:
https://github.com/apache/calcite-avatica-go/pull/3
Pulling fix from upstream: fix import path for gokrb5 and a few
housekeeping changes
A number of fixes, as itemized:
- Change import paths for github.com/jcmturner/gokrb5/* ->
gopkg.in/jcmturner/gokrb5.v1/*
- Update Gopkg.lock accordingly
- Adding line end to files missing them
- Reorder import list on class_mappings.go
- Fix gen-protobuf.sh script and permissions
- Generate latest message/*.pb.go files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Boostport/calcite-avatica-go upstream-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica-go/pull/3.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 #3
----
commit 2c4130252260a6667288673e42f0a5dfe8e6c406
Author: Kenneth Shaw <[email protected]>
Date: 2017-10-16T04:14:56Z
A number of fixes, as itemized:
- Change import paths for github.com/jcmturner/gokrb5/* ->
gopkg.in/jcmturner/gokrb5.v1/*
- Update Gopkg.lock accordingly
- Adding line end to files missing them
- Reorder import list on class_mappings.go
- Fix gen-protobuf.sh script and permissions
- Generate latest message/*.pb.go files
----
---