Skip to content

Commit

Permalink
Bump gocbcore version
Browse files Browse the repository at this point in the history
Change-Id: I4add846472329d167a44b43385bea6bc3154cad6
Reviewed-on: http://review.couchbase.org/c/gocb/+/150526
Reviewed-by: Brett Lawson <brett19@gmail.com>
Tested-by: Charles Dixon <chvckd@gmail.com>
  • Loading branch information
chvck committed Apr 6, 2021
1 parent d174e08 commit 036928f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,7 +1,7 @@
module github.com/couchbase/gocb/v2

require (
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210323095941-609458a31d0e
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210406195115-83624c1089f9
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.1
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
@@ -1,5 +1,5 @@
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210323095941-609458a31d0e h1:L2Jlr8VhmBpK6mJPjipSOIGAhQdIugIEwmUMKJ4ri7o=
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210323095941-609458a31d0e/go.mod h1:jOSQeBSECyNvD7aS4lfuaw+pD5t6ciTOf8hrDP/4Nus=
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210406195115-83624c1089f9 h1:pIeOorAlaw5yqmSLQRPkK4c1xUTz5Rh12mtxlHucXzU=
github.com/couchbase/gocbcore/v9 v9.1.4-0.20210406195115-83624c1089f9/go.mod h1:jOSQeBSECyNvD7aS4lfuaw+pD5t6ciTOf8hrDP/4Nus=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 036928f

Please sign in to comment.