Skip to content

Commit

Permalink
Update thrift to v0.14.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtree authored Feb 27, 2021
1 parent c4da3c8 commit d0dd58b
Show file tree
Hide file tree
Showing 5 changed files with 20,014 additions and 20,109 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module github.com/beltran/gohive
go 1.14

require (
github.com/apache/thrift v0.12.0
github.com/apache/thrift v0.14.0
github.com/beltran/gosasl v0.0.0-20200715011608-d5475aebb293
github.com/beltran/gssapi v0.0.0-20200324152954-d86554db4bab // indirect
github.com/go-zookeeper/zk v1.0.1
)
16 changes: 2 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
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/gosasl v0.0.0-20200324154900-112336fc0fc0 h1:7RimtNV6sZKfAfwWGB4qmqw3YhkR2w1c7pgn6TdqmAM=
github.com/beltran/gosasl v0.0.0-20200324154900-112336fc0fc0/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/beltran/gosasl v0.0.0-20200326175049-9dfbcb61a4b3 h1:q832ARlau2fGuPSJe3Cuahdf4iS4LdQOYWPINojTSLc=
github.com/beltran/gosasl v0.0.0-20200326175049-9dfbcb61a4b3/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/beltran/gosasl v0.0.0-20200513032552-d3700baa7593 h1:+CofSOeu+dXtANvH0VGR0K2dswnEUR6BOcGb3uXxOvk=
github.com/beltran/gosasl v0.0.0-20200513032552-d3700baa7593/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/beltran/gosasl v0.0.0-20200713231802-2742ac7deace h1:5o/MYI4CyKBcJytl3KqY8hhyXMRY+eNXObQ1aUz6e/M=
github.com/beltran/gosasl v0.0.0-20200713231802-2742ac7deace/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/beltran/gosasl v0.0.0-20200714231811-33ad42746c69 h1:ocijwEPgolsEfR8/+LNKKLYuj+fZKFpnZJ3TjdHNCBI=
github.com/beltran/gosasl v0.0.0-20200714231811-33ad42746c69/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/apache/thrift v0.14.0 h1:vqZ2DP42i8th2OsgCcYZkirtbzvpZEFx53LiWDJXIAs=
github.com/apache/thrift v0.14.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/beltran/gosasl v0.0.0-20200715011608-d5475aebb293 h1:1wRvU44e78w7zJoynLqrXLKSI+VEFEaWmzyq5JdUx7I=
github.com/beltran/gosasl v0.0.0-20200715011608-d5475aebb293/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=
github.com/beltran/gssapi v0.0.0-20200324152954-d86554db4bab h1:ayfcn60tXOSYy5zUN1AMSTQo4nJCf7hrdzAVchpPst4=
Expand Down
6 changes: 3 additions & 3 deletions hiveserver/GoUnusedProtection__.go

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

72 changes: 35 additions & 37 deletions hiveserver/HiveServer-consts.go

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

Loading

0 comments on commit d0dd58b

Please sign in to comment.