mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 08:16:36 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/couchbase/gocb/v2](https://github.com/couchbase/gocb) from 2.8.1 to 2.9.0. - [Commits](https://github.com/couchbase/gocb/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: github.com/couchbase/gocb/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/gofiber/storage/couchbase/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/couchbase/gocb/v2 v2.9.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/couchbase/gocbcore/v10 v10.5.0 // indirect
|
|
github.com/couchbase/gocbcoreps v0.1.3 // indirect
|
|
github.com/couchbase/goprotostellar v1.0.2 // indirect
|
|
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|