redis/example/hll/go.mod

8 lines
146 B
Modula-2
Raw Normal View History

2023-01-23 09:48:54 +03:00
module github.com/redis/go-redis/example/hll
2022-03-17 15:30:55 +03:00
go 1.14
2023-01-23 09:48:54 +03:00
replace github.com/redis/go-redis/v9 => ../..
2023-01-30 10:54:30 +03:00
require github.com/redis/go-redis/v9 v9.0.1