redis/go.mod

17 lines
508 B
Modula-2
Raw Normal View History

2019-08-08 14:29:44 +03:00
module github.com/go-redis/redis/v7
2019-03-29 05:28:12 +03:00
require (
2019-12-29 13:06:43 +03:00
github.com/golang/protobuf v1.3.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
2020-03-11 17:26:42 +03:00
go.opentelemetry.io/otel v0.2.3
2019-12-29 13:06:43 +03:00
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/text v0.3.2 // indirect
2020-03-11 17:26:42 +03:00
google.golang.org/grpc v1.27.1
2019-12-29 13:06:43 +03:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2019-03-29 05:28:12 +03:00
)
2019-08-23 16:14:24 +03:00
go 1.11