Skip to content

Commit

Permalink
Upgrade nebula go client (#40)
Browse files Browse the repository at this point in the history
* Rename ci folder

* Update nebula go
  • Loading branch information
yixinglu authored Dec 4, 2019
1 parent 19a3080 commit 441b6a5
Show file tree
Hide file tree
Showing 13 changed files with 1,845 additions and 41 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
volumes:
- .:/usr/local/nebula/importer:ro
entrypoint:
- ./importer/scripts/bootstrap.sh
- ./importer/ci/bootstrap.sh
- "172.28.3.1"
- "3699"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/vesoft-inc/nebula-importer

require (
github.com/vesoft-inc/nebula-go v0.0.0-20190929150249-5af3ab30c240
github.com/vesoft-inc/nebula-go v0.0.0-20191203095635-ccf13b2fc9d3
gopkg.in/yaml.v2 v2.2.4
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/facebook/fbthrift v0.0.0-20190922225929-2f9839604e25 h1:dezRDs9oGYxeavyvcNg/Js+dK6kIvfzERoJ7K8Xkv14=
github.com/facebook/fbthrift v0.0.0-20190922225929-2f9839604e25/go.mod h1:2tncLx5rmw69e5kMBv/yJneERbzrr1yr5fdlnTbu8lU=
github.com/vesoft-inc/nebula-go v0.0.0-20190929150249-5af3ab30c240 h1:M5mnesOu+6slByWY3sFlb4qG13g0EU8fqwAKvr1CPZI=
github.com/vesoft-inc/nebula-go v0.0.0-20190929150249-5af3ab30c240/go.mod h1:sZwaFK3Cz1F1Pas/ZjLzVDEFcTNXYENKur89XYP0nbA=
github.com/vesoft-inc/nebula-go v0.0.0-20191203095635-ccf13b2fc9d3 h1:aLmtny7rzb5xIDvBBJSdeobQXHHrVmYsverlX4Rt8Hg=
github.com/vesoft-inc/nebula-go v0.0.0-20191203095635-ccf13b2fc9d3/go.mod h1:sZwaFK3Cz1F1Pas/ZjLzVDEFcTNXYENKur89XYP0nbA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I=
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/clientpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

nebula "github.com/vesoft-inc/nebula-go"
"github.com/vesoft-inc/nebula-go/graph"
"github.com/vesoft-inc/nebula-go/nebula/graph"
"github.com/vesoft-inc/nebula-importer/pkg/base"
"github.com/vesoft-inc/nebula-importer/pkg/config"
"github.com/vesoft-inc/nebula-importer/pkg/logger"
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/vesoft-inc/nebula-go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/github.com/vesoft-inc/nebula-go/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions vendor/github.com/vesoft-inc/nebula-go/nebula/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 441b6a5

Please sign in to comment.