Skip to content

Commit

Permalink
fix: upgrade client to v1.0.0.-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
efirs committed Mar 25, 2022
1 parent 1df934e commit 7251aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.1
github.com/tigrisdata/tigrisdb-client-go v0.0.0-20220324225753-76fef4280270
github.com/tigrisdata/tigrisdb-client-go v1.0.0-alpha.2
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tigrisdata/tigrisdb-client-go v0.0.0-20220324225753-76fef4280270 h1:3A4ag4F0TkziKF9HsNHjaRrfH3HS1SIij+IoKMu8BbY=
github.com/tigrisdata/tigrisdb-client-go v0.0.0-20220324225753-76fef4280270/go.mod h1:lP4RhNml4kRHULYY+nb+nmvGz0THlwUx9w5BI7Qus7I=
github.com/tigrisdata/tigrisdb-client-go v1.0.0-alpha.2 h1:2+dp45BHwPf48pDb0s8nZfyUKjueVDQMTd2lEx7TcF4=
github.com/tigrisdata/tigrisdb-client-go v1.0.0-alpha.2/go.mod h1:lP4RhNml4kRHULYY+nb+nmvGz0THlwUx9w5BI7Qus7I=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go v1.2.6/go.mod h1:anCg0y61KIhDlPZmnH+so+RQbysYVyDko0IMgJv0Nn0=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
Expand Down

0 comments on commit 7251aeb

Please sign in to comment.