redis/example/scan-struct/go.mod

11 lines
199 B
Modula-2
Raw Normal View History

2023-01-23 09:48:54 +03:00
module github.com/redis/go-redis/example/scan-struct
2021-08-29 19:37:17 +03:00
go 1.14
2023-01-23 09:48:54 +03:00
replace github.com/redis/go-redis/v9 => ../..
2021-08-29 19:37:17 +03:00
require (
2021-09-23 16:31:21 +03:00
github.com/davecgh/go-spew v1.1.1
2023-01-23 09:48:54 +03:00
github.com/redis/go-redis/v9 v9.0.0-rc.2
2021-08-29 19:37:17 +03:00
)