From fd4795d02fd1f9a14a72de60c02005c3ed129aa3 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Thu, 6 May 2021 11:56:47 +0800 Subject: [PATCH] update module tag (#100) --- go.mod | 2 +- go.sum | 4 ++-- main.go | 2 +- printer/dataset_printer.go | 2 +- printer/plan_desc_printer.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 23bd53c..834a64d 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,6 @@ go 1.11 require ( github.com/dutor/liner v1.2.2 github.com/jedib0t/go-pretty/v6 v6.0.5 - github.com/vesoft-inc/nebula-go v0.0.0-20210322063004-e37085b865d6 + github.com/vesoft-inc/nebula-go/v2 v2.0.0-ga golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect ) diff --git a/go.sum b/go.sum index 5a36a6e..ab028e2 100644 --- a/go.sum +++ b/go.sum @@ -17,8 +17,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/vesoft-inc/nebula-go v0.0.0-20210322063004-e37085b865d6 h1:qdKi4VNi8DzD/gAAEHztqJr2KDpcQfkEhP1liIMRRm8= -github.com/vesoft-inc/nebula-go v0.0.0-20210322063004-e37085b865d6/go.mod h1:wxhWNoVVP0+TLETNwaIa93H9tOECxlEv4XH+/do22Qk= +github.com/vesoft-inc/nebula-go/v2 v2.0.0-ga h1:4t2V73o4mq2io6uJitNFtJeFc6xnr8pVoCCJd/FAiRM= +github.com/vesoft-inc/nebula-go/v2 v2.0.0-ga/go.mod h1:qvrlydV8O1Jbff7b7cXSLOvZNs9BcE8pFZa/1nvB3fo= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 h1:nxC68pudNYkKU6jWhgrqdreuFiOQWj1Fs7T3VrH4Pjw= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= diff --git a/main.go b/main.go index 91133ab..93984b4 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( "github.com/vesoft-inc/nebula-console/cli" "github.com/vesoft-inc/nebula-console/printer" - nebula "github.com/vesoft-inc/nebula-go" + nebula "github.com/vesoft-inc/nebula-go/v2" ) // Console side commands diff --git a/printer/dataset_printer.go b/printer/dataset_printer.go index eb3014d..fd6406b 100644 --- a/printer/dataset_printer.go +++ b/printer/dataset_printer.go @@ -12,7 +12,7 @@ import ( "strings" "github.com/jedib0t/go-pretty/v6/table" - nebula "github.com/vesoft-inc/nebula-go" + nebula "github.com/vesoft-inc/nebula-go/v2" ) type DataSetPrinter struct { diff --git a/printer/plan_desc_printer.go b/printer/plan_desc_printer.go index 342ca9b..622bfd4 100644 --- a/printer/plan_desc_printer.go +++ b/printer/plan_desc_printer.go @@ -12,7 +12,7 @@ import ( "strings" "github.com/jedib0t/go-pretty/v6/table" - nebula "github.com/vesoft-inc/nebula-go" + nebula "github.com/vesoft-inc/nebula-go/v2" ) func graphvizString(s string) string {