redis-cui icon indicating copy to clipboard operation
redis-cui copied to clipboard

dependencies outdated

Open newsfusion opened this issue 4 years ago • 1 comments

I get following error when I try to install your tool package github.com/go-redis/redis/v7: cannot find package "github.com/go-redis/redis/v7" in any of: /usr/lib/go-1.10/src/github.com/go-redis/redis/v7 (from $GOROOT) /root/go/src/github.com/go-redis/redis/v7 (from $GOPATH)

Could you please fix it? I seems that your tool is that I need. I've no experience in go, so I can't fix it myself

newsfusion avatar Apr 02 '21 14:04 newsfusion

You should use gomod to compile: https://blog.golang.org/using-go-modules Or you can use release version: https://github.com/kyai/redis-cui/releases/latest

kyai avatar Apr 13 '21 12:04 kyai