Skip to content

Commit 559fb6c

Browse files
sapktechknowlogick
authored andcommitted
chore: update github.com/couchbase/gomemcached and github.com/couchbase/go-couchbase (#9419)
1 parent 8873a80 commit 559fb6c

File tree

12 files changed

+1562
-207
lines changed

12 files changed

+1562
-207
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ require (
2424
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
2525
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
2626
github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26 // indirect
27+
github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 // indirect
28+
github.com/couchbase/goutils v0.0.0-20191018232750-b49639060d85 // indirect
2729
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // indirect
2830
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
2931
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,12 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
9797
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
9898
github.com/couchbase/gomemcached v0.0.0-20190515232915-c4b4ca0eb21d h1:XMf4E1U+b9E3ElF0mjvfXZdflBRZz4gLp16nQ/QSHQM=
9999
github.com/couchbase/gomemcached v0.0.0-20190515232915-c4b4ca0eb21d/go.mod h1:srVSlQLB8iXBVXHgnqemxUXqN6FCvClgCMPCsjBDR7c=
100+
github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 h1:vZryARwW4PSFXd9arwegEywvMTvPuXL3/oa+4L5NTe8=
101+
github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2/go.mod h1:srVSlQLB8iXBVXHgnqemxUXqN6FCvClgCMPCsjBDR7c=
100102
github.com/couchbase/goutils v0.0.0-20190315194238-f9d42b11473b h1:bZ9rKU2/V8sY+NulSfxDOnXTWcs1rySqdF1sVepihvo=
101103
github.com/couchbase/goutils v0.0.0-20190315194238-f9d42b11473b/go.mod h1:BQwMFlJzDjFDG3DJUdU0KORxn88UlsOULuxLExMh3Hs=
104+
github.com/couchbase/goutils v0.0.0-20191018232750-b49639060d85 h1:0WMIDtuXCKEm4wtAJgAAXa/qtM5O9MariLwgHaRlYmk=
105+
github.com/couchbase/goutils v0.0.0-20191018232750-b49639060d85/go.mod h1:BQwMFlJzDjFDG3DJUdU0KORxn88UlsOULuxLExMh3Hs=
102106
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd h1:zeuJhcG3f8eePshH3KxkNE+Xtl53pVln9MOUPMyr/1w=
103107
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd/go.mod h1:xbc8Ff/oG7h2ejd7AlwOpfd+6QZntc92ygpAOfGwcKY=
104108
github.com/couchbaselabs/go-couchbase v0.0.0-20190708161019-23e7ca2ce2b7 h1:1XjEY/gnjQ+AfXef2U6dxCquhiRzkEpxZuWqs+QxTL8=

vendor/github.com/couchbase/gomemcached/client/collections_filter.go

+123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/couchbase/gomemcached/client/mc.go

+29-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)