redis/example/scan-struct/go.mod

11 lines
201 B
Modula-2
Raw Normal View History

2021-08-29 19:37:17 +03:00
module github.com/go-redis/redis/example/scan-struct
go 1.14
2022-06-04 17:39:21 +03:00
replace github.com/go-redis/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
github.com/go-redis/redis/v9 v9.0.0-beta.2
2021-08-29 19:37:17 +03:00
)