You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird managed hosting (uberspace) that prefers Redis exposure via sockets. Unfortunately go-redis only supports socket URIs from version 8.2.3 (redis/go-redis#1511) on but Yopass uses:
I have a weird managed hosting (uberspace) that prefers Redis exposure via sockets. Unfortunately
go-redis
only supports socket URIs from version 8.2.3 (redis/go-redis#1511) on but Yopass uses:yopass/go.mod
Line 7 in 5826d33
I'm not a golang dev, so no MR from my side :/
One can also argue that there are valid socket configurations in Docker environments, so maybe that's another pro for updating the dependency.
The text was updated successfully, but these errors were encountered: