Skip to content

Commit

Permalink
Update gocbcore version
Browse files Browse the repository at this point in the history
Change-Id: I181ff2dca02da1aa7fa6a025101157f5db1d82b7
Reviewed-on: https://review.couchbase.org/c/gocb/+/198719
Reviewed-by: Dimitris Christodoulou <[email protected]>
Tested-by: Charles Dixon <[email protected]>
  • Loading branch information
chvck committed Oct 12, 2023
1 parent c9408eb commit f72c06b
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
@@ -1,7 +1,7 @@
module github.com/couchbase/gocb/v2

require (
github.com/couchbase/gocbcore/v10 v10.2.8
github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/couchbase/gocbcore/v10 v10.2.8 h1:Enjxyxd6XYIP0SSlKxt+GHL0J+A/GaLxGJZ13XCfOW4=
github.com/couchbase/gocbcore/v10 v10.2.8/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34 h1:ZJ90q/lWj3dahr1PzUGxQ2I4xGQlH3h892YPeJmmJRo=
github.com/couchbase/gocbcore/v10 v10.2.9-0.20231012093413-9ad5c92e6b34/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
github.com/couchbaselabs/gocaves/client v0.0.0-20230307083111-cc3960c624b1/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259 h1:2TXy68EGEzIMHOx9UvczR5ApVecwCfQZ0LjkmwMI6g4=
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=
Expand Down

0 comments on commit f72c06b

Please sign in to comment.