Skip to content

Commit

Permalink
bump proto version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanbohan authored Apr 22, 2024
1 parent 75f3030 commit 7b70d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/GreptimeTeam/greptimedb-client-go
go 1.20

require (
github.com/GreptimeTeam/greptime-proto v0.4.0
github.com/GreptimeTeam/greptime-proto v0.4.3
github.com/apache/arrow/go/v13 v13.0.0-20230606035815-e2ae492b6324
github.com/bits-and-blooms/bitset v1.7.0
github.com/ory/dockertest/v3 v3.10.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7O
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/GreptimeTeam/greptime-proto v0.4.0 h1:2bUcWwz3qJ7g5z+CgLCLll0hvktlHcZGZcNrrGlv8pc=
github.com/GreptimeTeam/greptime-proto v0.4.0/go.mod h1:jk5XBR9qIbSBiDF2Gix1KALyIMCVktcpx91AayOWxmE=
github.com/GreptimeTeam/greptime-proto v0.4.3 h1:qJC2j03AfP2YbfVrBBlB6t+Sd1RvMG6zKVtGUwtj7N0=
github.com/GreptimeTeam/greptime-proto v0.4.3/go.mod h1:jk5XBR9qIbSBiDF2Gix1KALyIMCVktcpx91AayOWxmE=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
Expand Down

0 comments on commit 7b70d3d

Please sign in to comment.