Files
storage/etcd/go.mod
RW becbbc3dee
Some checks are pending
Benchmark / changes (push) Waiting to run
Benchmark / compare (push) Blocked by required conditions
Golangci-Lint Check / changes (push) Waiting to run
Golangci-Lint Check / lint (push) Blocked by required conditions
Release Drafter (All) / changes (push) Waiting to run
Release Drafter (All) / release-drafter (push) Blocked by required conditions
Tests Aerospike / Tests (1.24.x) (push) Waiting to run
Tests Aerospike / Tests (1.25.x) (push) Waiting to run
Tests ArangoDB / Tests (1.24.x) (push) Waiting to run
Tests ArangoDB / Tests (1.25.x) (push) Waiting to run
Tests Azure Blob / Tests (1.24.x) (push) Waiting to run
Tests Azure Blob / Tests (1.25.x) (push) Waiting to run
Tests Cassandra / Tests (1.24.x) (push) Waiting to run
Tests Cassandra / Tests (1.25.x) (push) Waiting to run
Tests Clickhouse / Tests (1.24.x) (push) Waiting to run
Tests Clickhouse / Tests (1.25.x) (push) Waiting to run
Tests Coherence / Tests (1.24.x) (push) Waiting to run
Tests Coherence / Tests (1.25.x) (push) Waiting to run
Tests Couchbase / Tests (1.24.x) (push) Waiting to run
Tests Couchbase / Tests (1.25.x) (push) Waiting to run
Tests DynamoDB / Tests (1.24.x) (push) Waiting to run
Tests DynamoDB / Tests (1.25.x) (push) Waiting to run
Tests Etcd / Tests (1.24.x) (push) Waiting to run
Tests Etcd / Tests (1.25.x) (push) Waiting to run
Tests Firestore / Tests (1.24.x) (push) Waiting to run
Tests Firestore / Tests (1.25.x) (push) Waiting to run
Tests Memcache / Tests (1.24.x) (push) Waiting to run
Tests Memcache / Tests (1.25.x) (push) Waiting to run
Tests Minio / Tests (1.24.x) (push) Waiting to run
Tests Minio / Tests (1.25.x) (push) Waiting to run
Tests Mongodb / Tests (1.24.x) (push) Waiting to run
Tests Mongodb / Tests (1.25.x) (push) Waiting to run
Tests MySQL / Tests (1.24.x) (push) Waiting to run
Tests MySQL / Tests (1.25.x) (push) Waiting to run
Tests Nats Driver / Tests (1.24.x) (push) Waiting to run
Tests Nats Driver / Tests (1.25.x) (push) Waiting to run
Tests Neo4j / Tests (1.24.x) (push) Waiting to run
Tests Neo4j / Tests (1.25.x) (push) Waiting to run
Tests Postgres / Tests (1.24.x) (push) Waiting to run
Tests Postgres / Tests (1.25.x) (push) Waiting to run
Tests Redis / Tests (1.24.x, 7) (push) Waiting to run
Tests Redis / Tests (1.24.x, 8) (push) Waiting to run
Tests Redis / Tests (1.25.x, 7) (push) Waiting to run
Tests Redis / Tests (1.25.x, 8) (push) Waiting to run
Tests Rueidis / Tests (1.24.x, 7) (push) Waiting to run
Tests Rueidis / Tests (1.24.x, 8) (push) Waiting to run
Tests Rueidis / Tests (1.25.x, 7) (push) Waiting to run
Tests Rueidis / Tests (1.25.x, 8) (push) Waiting to run
Tests S3 / Tests (1.24.x) (push) Waiting to run
Tests S3 / Tests (1.25.x) (push) Waiting to run
Tests ScyllaDb / Tests (1.24.x) (push) Waiting to run
Tests ScyllaDb / Tests (1.25.x) (push) Waiting to run
Tests SurrealDB / Tests (1.24.x) (push) Waiting to run
Tests SurrealDB / Tests (1.25.x) (push) Waiting to run
Tests TestHelper Redis / Tests (1.24.x, 7) (push) Waiting to run
Tests TestHelper Redis / Tests (1.24.x, 8) (push) Waiting to run
Tests TestHelper Redis / Tests (1.25.x, 7) (push) Waiting to run
Tests TestHelper Redis / Tests (1.25.x, 8) (push) Waiting to run
Tests TestHelper TCK / Tests (1.24.x) (push) Waiting to run
Tests TestHelper TCK / Tests (1.25.x) (push) Waiting to run
Tests Valkey / Tests (1.24.x, 7) (push) Waiting to run
Tests Valkey / Tests (1.24.x, 8) (push) Waiting to run
Tests Valkey / Tests (1.25.x, 7) (push) Waiting to run
Tests Valkey / Tests (1.25.x, 8) (push) Waiting to run
Merge pull request #2293 from gofiber/dependabot/go_modules/aerospike/shirou-modules-2205efe4f5
2025-12-18 08:40:37 +01:00

79 lines
3.5 KiB
Modula-2

module github.com/gofiber/storage/etcd/v2
go 1.24.0
require (
github.com/stretchr/testify v1.11.1
github.com/testcontainers/testcontainers-go v0.40.0
github.com/testcontainers/testcontainers-go/modules/etcd v0.40.0
go.etcd.io/etcd/client/v3 v3.6.7
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/docker v28.5.2+incompatible // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/go-archive v0.1.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/user v0.4.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/morikuni/aec v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.etcd.io/etcd/api/v3 v3.6.7 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.7 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.31.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
google.golang.org/grpc v1.77.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)