mirror of
https://github.com/tiennm99/couchbase-keepalive.git
synced 2026-06-05 16:13:27 +00:00
074e48e835
Fixes authorization-bypass CVE. Updates transitive deps: golang.org/x/net, x/sys, x/text, genproto/rpc, protobuf.
36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/tiennm99/couchbase-keepalive
|
|
|
|
go 1.24.10
|
|
|
|
require (
|
|
github.com/couchbase/gocb/v2 v2.11.1
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/couchbase/gocbcore/v10 v10.8.1 // indirect
|
|
github.com/couchbase/gocbcoreps v0.1.4 // indirect
|
|
github.com/couchbase/goprotostellar v1.0.2 // indirect
|
|
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
|
|
go.opentelemetry.io/otel v1.41.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.41.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.41.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
|
|
google.golang.org/grpc v1.79.3 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|