mirror of
https://github.com/redis/go-redis.git
synced 2025-04-16 09:23:06 +03:00
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module github.com/redis/go-redis/internal/customvet
|
|
|
|
go 1.17
|
|
|
|
require golang.org/x/tools v0.5.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|