Skip to content

Commit

Permalink
Prepare for merge request
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchin Gasimov committed Sep 9, 2024
1 parent abef0bc commit f4f26d0
Show file tree
Hide file tree
Showing 28 changed files with 150 additions and 150 deletions.
4 changes: 2 additions & 2 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"testing"
"time"

"github.com/egasimov/nebula-go/v3/nebula"
"github.com/egasimov/nebula-go/v3/nebula/graph"
"github.com/stretchr/testify/assert"
"github.com/vesoft-inc/nebula-go/v3/nebula"
"github.com/vesoft-inc/nebula-go/v3/nebula/graph"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"time"

"github.com/apache/thrift/lib/go/thrift"
"github.com/egasimov/nebula-go/v3/nebula"
"github.com/egasimov/nebula-go/v3/nebula/graph"
"github.com/vesoft-inc/nebula-go/v3/nebula"
"github.com/vesoft-inc/nebula-go/v3/nebula/graph"
"golang.org/x/net/http2"
)

Expand Down
2 changes: 1 addition & 1 deletion connection_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sync"
"time"

"github.com/egasimov/nebula-go/v3/nebula"
"github.com/vesoft-inc/nebula-go/v3/nebula"
)

type ConnectionPool struct {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example/graph_client_basic_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package main
import (
"fmt"

nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"context"
"fmt"
nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
"strings"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"sync"
"time"

nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/json_example/parse_json_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"fmt"
"time"

nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/parameter_example/parameter_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"sync"

nebulago "github.com/egasimov/nebula-go/v3"
nebulago "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/session_pool_example/session_pool_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"sync"
"time"

nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/ssl_example/graph_client_ssl_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"context"
"fmt"

nebula "github.com/egasimov/nebula-go/v3"
nebula "github.com/vesoft-inc/nebula-go/v3"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/egasimov/nebula-go/v3
module github.com/vesoft-inc/nebula-go/v3

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion nebula/graph/graph-consts.go

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

2 changes: 1 addition & 1 deletion nebula/graph/graph.go

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

14 changes: 7 additions & 7 deletions nebula/graph/graph_service-remote/graph_service-remote.go

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

2 changes: 1 addition & 1 deletion nebula/meta/meta-consts.go

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

Loading

0 comments on commit f4f26d0

Please sign in to comment.