Skip to content

Commit

Permalink
feat: Update client to v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efirs committed Sep 20, 2022
1 parent 9a8d613 commit c770693
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 @@ -10,7 +10,7 @@ require (
github.com/rs/zerolog v1.27.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/tigrisdata/tigris-client-go v1.0.0-alpha.35
github.com/tigrisdata/tigris-client-go v1.0.0-beta.1
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
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 @@ -386,8 +386,8 @@ github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/subosito/gotenv v1.4.0 h1:yAzM1+SmVcz5R4tXGsNMu1jUl2aOJXoiWUCEwwnGrvs=
github.com/subosito/gotenv v1.4.0/go.mod h1:mZd6rFysKEcUhUHXJk0C/08wAgyDBFuwEYL7vWWGaGo=
github.com/tigrisdata/tigris-client-go v1.0.0-alpha.35 h1:RO9s87yeWi145f9yRsZlewNiMxt4U639D87OhpKGTm4=
github.com/tigrisdata/tigris-client-go v1.0.0-alpha.35/go.mod h1:qAR1FQJXnEoeJPoG89oiR7Heu6b33JKvJTNLbwWo0Dc=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.1 h1:S9a7p3OWh3XsJ8Y+dI/G2F377OzIbm39ITsunMx57P8=
github.com/tigrisdata/tigris-client-go v1.0.0-beta.1/go.mod h1:qAR1FQJXnEoeJPoG89oiR7Heu6b33JKvJTNLbwWo0Dc=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
Expand Down

0 comments on commit c770693

Please sign in to comment.