mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
27 lines
824 B
Modula-2
27 lines
824 B
Modula-2
module github.com/gofiber/storage/etcd
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gofiber/utils v1.1.0
|
|
go.etcd.io/etcd/client/v3 v3.5.9
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
google.golang.org/grpc v1.55.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|