1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
2022-08-07 22:40:51 -07:00

11 lines
246 B
Modula-2

module github.com/go-redis/redis/internal/customvet
go 1.17
require golang.org/x/tools v0.1.12
require (
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
)