Skip to content

Commit

Permalink
Merge pull request #66 from Yancey1989/github_repo
Browse files Browse the repository at this point in the history
move git.apache to github.com
  • Loading branch information
beltran authored Sep 1, 2019
2 parents 0bd4005 + b1de37c commit 5441b2e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
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/beltran/gohive

require (
git.apache.org/thrift.git v0.0.0-20181019115558-cd829a0b9a5c
github.com/apache/thrift v0.0.0-20181019115558-cd829a0b9a5c
github.com/beltran/gosasl v0.0.0-20181023043315-01c4c2ce6a51
github.com/beltran/gssapi v0.0.0-20180807003338-598f9f3b2878 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git.apache.org/thrift.git v0.0.0-20181019115558-cd829a0b9a5c h1:9PmU5RntPkrcwpEhCkzh89R8g23jsuEw6OtY7k9wWUg=
git.apache.org/thrift.git v0.0.0-20181019115558-cd829a0b9a5c/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
github.com/apache/thrift v0.0.0-20181019115558-cd829a0b9a5c h1:9PmU5RntPkrcwpEhCkzh89R8g23jsuEw6OtY7k9wWUg=
github.com/apache/thrift v0.0.0-20181019115558-cd829a0b9a5c/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
github.com/beltran/gosasl v0.0.0-20181023043315-01c4c2ce6a51 h1:4GvVCQFfMBsrCaTYR7E506OkKBZ/1AI+rc+oIgl2rm4=
github.com/beltran/gosasl v0.0.0-20181023043315-01c4c2ce6a51/go.mod h1:4bpdWW6Q7hC2xAn+KT/ueCo1FoklhOMmEeHLhZso7po=
github.com/beltran/gssapi v0.0.0-20180807003338-598f9f3b2878 h1:3xXWpeNMPRcQlbGdyfIdBHh9eD5TQgMWlZlHZ2luTwo=
Expand Down
2 changes: 1 addition & 1 deletion hive.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"sync"
"time"

"git.apache.org/thrift.git/lib/go/thrift"
"github.com/apache/thrift/lib/go/thrift"
"github.com/beltran/gohive/hiveserver"
"github.com/beltran/gosasl"
)
Expand Down
3 changes: 2 additions & 1 deletion hiveserver/HiveServer-consts.go

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

3 changes: 2 additions & 1 deletion hiveserver/HiveServer.go

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

5 changes: 3 additions & 2 deletions sasl_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"context"
"encoding/binary"
"fmt"
"git.apache.org/thrift.git/lib/go/thrift"
"github.com/beltran/gosasl"
"io"

"github.com/apache/thrift/lib/go/thrift"
"github.com/beltran/gosasl"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion sasl_transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package gohive

import (
"context"
"git.apache.org/thrift.git/lib/go/thrift"
"io"
"testing"

"github.com/apache/thrift/lib/go/thrift"
)

func TestSaslTransport(t *testing.T) {
Expand Down

0 comments on commit 5441b2e

Please sign in to comment.