redis/example/scan-struct/go.mod

11 lines
187 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-12-12 15:55:49 +03:00
replace git.internal/re/redis/v8 => ../..
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
2022-12-12 15:55:49 +03:00
git.internal/re/redis/v8 v8.11.5
2021-08-29 19:37:17 +03:00
)