File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/gofiber/storage/couchbase/v2
3
3
go 1.23.0
4
4
5
5
require (
6
- github.com/couchbase/gocb/v2 v2.10.0
6
+ github.com/couchbase/gocb/v2 v2.10.1
7
7
github.com/stretchr/testify v1.10.0
8
8
github.com/testcontainers/testcontainers-go v0.38.0
9
9
github.com/testcontainers/testcontainers-go/modules/couchbase v0.38.0
@@ -18,7 +18,7 @@ require (
18
18
github.com/containerd/errdefs/pkg v0.3.0 // indirect
19
19
github.com/containerd/log v0.1.0 // indirect
20
20
github.com/containerd/platforms v0.2.1 // indirect
21
- github.com/couchbase/gocbcore/v10 v10.7.0 // indirect
21
+ github.com/couchbase/gocbcore/v10 v10.7.1 // indirect
22
22
github.com/couchbase/gocbcoreps v0.1.3 // indirect
23
23
github.com/couchbase/goprotostellar v1.0.2 // indirect
24
24
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28 // indirect
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
22
22
github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
23
23
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A =
24
24
github.com/containerd/platforms v0.2.1 /go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw =
25
- github.com/couchbase/gocb/v2 v2.10.0 h1:NNxZ4okToU1Ylqp6F8tE41CEJQPhb2WjufryAkeubOk =
26
- github.com/couchbase/gocb/v2 v2.10.0 /go.mod h1:OSbMfQkP7ltbKiDZhsT2mGDhkQNmvGXxptKcxAUJQ2Y =
27
- github.com/couchbase/gocbcore/v10 v10.7.0 h1:lAEi0PNeEGKOu8pWrPUdtLOT2oGr1J/UTdGHVPC3r/0 =
28
- github.com/couchbase/gocbcore/v10 v10.7.0 /go.mod h1:Q8JWVenMCEOuRgrDQKApHbzzPif38HzefGgRVe9apAI =
25
+ github.com/couchbase/gocb/v2 v2.10.1 h1:5r1jngGxw3dTZdtq6Xmjq3pdU6hOwRvynvbVIp58T64 =
26
+ github.com/couchbase/gocb/v2 v2.10.1 /go.mod h1:GGEJuYjrfnPHCQLcxTcIco+Puy63PS2p8QQd8FRw66I =
27
+ github.com/couchbase/gocbcore/v10 v10.7.1 h1:6jsNDtqyfoQ8Xg6kv99rzccc3CrHbp7FjeY+ahWXTF4 =
28
+ github.com/couchbase/gocbcore/v10 v10.7.1 /go.mod h1:Q8JWVenMCEOuRgrDQKApHbzzPif38HzefGgRVe9apAI =
29
29
github.com/couchbase/gocbcoreps v0.1.3 h1:fILaKGCjxFIeCgAUG8FGmRDSpdrRggohOMKEgO9CUpg =
30
30
github.com/couchbase/gocbcoreps v0.1.3 /go.mod h1:hBFpDNPnRno6HH5cRXExhqXYRmTsFJlFHQx7vztcXPk =
31
31
github.com/couchbase/goprotostellar v1.0.2 h1:yoPbAL9sCtcyZ5e/DcU5PRMOEFaJrF9awXYu3VPfGls =
You can’t perform that action at this time.
0 commit comments