1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

Bump Go in go.mod

This commit is contained in:
Vladimir Mihailenco 2021-01-10 09:19:45 +02:00
parent 8f37eeba5d
commit aa456e55a7

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/go-redis/redis/v8
go 1.11
go 1.13
require (
github.com/cespare/xxhash/v2 v2.1.1