Skip to content

Commit 4918a7e

Browse files
committed
Remove vendor directory, which cannot be handled by vanity Go import paths
1 parent 4fb9100 commit 4918a7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+10
-7
lines changed

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"database/sql/driver"
66
"fmt"
77

8-
"github.com/sql-machine-learning/gohive/service-rpc/gen-go/tcliservice"
8+
"sqlflow.org/gohive/service-rpc/gen-go/tcliservice"
99
)
1010

1111
// Options for opened Hive sessions.

driver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"database/sql/driver"
66
"errors"
77

8-
"git.apache.org/thrift.git/lib/go/thrift"
9-
"github.com/sql-machine-learning/gohive/service-rpc/gen-go/tcliservice"
8+
"sqlflow.org/gohive/git.apache.org/thrift.git/lib/go/thrift"
9+
"sqlflow.org/gohive/service-rpc/gen-go/tcliservice"
1010
)
1111

1212
type drv struct{}

0 commit comments

Comments
 (0)