2021-08-29 19:37:17 +03:00
|
|
|
module github.com/go-redis/redis/example/scan-struct
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
replace github.com/go-redis/redis/v8 => ../..
|
|
|
|
|
|
|
|
require (
|
2021-09-23 16:31:21 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-08-29 19:37:17 +03:00
|
|
|
github.com/go-redis/redis/v8 v8.11.3
|
|
|
|
)
|