Skip to content

Commit

Permalink
GOCBC-914: Bump gocbcore version to get cid assignment fix
Browse files Browse the repository at this point in the history
Change-Id: I8c4d8d663904924ff168f233c75b213c10a593c7
Reviewed-on: http://review.couchbase.org/c/gocb/+/129741
Reviewed-by: Brett Lawson <brett19@gmail.com>
Tested-by: Charles Dixon <chvckd@gmail.com>
  • Loading branch information
chvck committed Jun 3, 2020
1 parent 220cadb commit a9548ee
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/v9 v9.0.2-0.20200602175339-9919097faed8
github.com/couchbase/gocbcore/v9 v9.0.2-0.20200603154056-032a3e33a141
github.com/google/uuid v1.1.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
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/v9 v9.0.2-0.20200602175339-9919097faed8 h1:kgQNKYBWyTq4vACuY/FBHt52JeV4R/hkiEVPSq7YQyg=
github.com/couchbase/gocbcore/v9 v9.0.2-0.20200602175339-9919097faed8/go.mod h1:jOSQeBSECyNvD7aS4lfuaw+pD5t6ciTOf8hrDP/4Nus=
github.com/couchbase/gocbcore/v9 v9.0.2-0.20200603154056-032a3e33a141 h1:lobn07kSScHvY3kEKyT6JmnTGDuly+vh6IuT3wqjmg0=
github.com/couchbase/gocbcore/v9 v9.0.2-0.20200603154056-032a3e33a141/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/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=
Expand Down

0 comments on commit a9548ee

Please sign in to comment.