From 0c9fd38127bc3bbf10d30a7d55fc41c292bc2dae Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Wed, 8 Dec 2021 00:33:53 +0100 Subject: [PATCH] gitsrht-keys: update go-redis to support Unix sockets --- gitsrht-keys/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitsrht-keys/main.go b/gitsrht-keys/main.go index 0c1aea1..fa17183 100644 --- a/gitsrht-keys/main.go +++ b/gitsrht-keys/main.go @@ -5,7 +5,7 @@ import ( "os" "path" - goredis "github.com/go-redis/redis" + goredis "github.com/go-redis/redis/v8" "github.com/vaughan0/go-ini" "git.sr.ht/~sircmpwn/scm.sr.ht/srht-keys" ) -- 2.38.4