https://bugzilla.redhat.com/show_bug.cgi?id=1691998 --- Comment #10 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Shouldn't -devel Requires: redis ? - Seems they do not respect their own import path: FAIL github.com/go-redis/redis [setup failed] BUILDSTDERR: # github.com/go-redis/redis BUILDSTDERR: example_test.go:7:2: cannot find package "gopkg.in/redis.v2" in any of: BUILDSTDERR: /usr/lib/golang/src/gopkg.in/redis.v2 (from $GOROOT) BUILDSTDERR: /builddir/build/BUILD/redis-2.3.2/_build/src/gopkg.in/redis.v2 (from $GOPATH) BUILDSTDERR: /usr/share/gocode/src/gopkg.in/redis.v2 I've investigated further, it seems they change from gopkg.in/redis.vX to github.com/go-redis/redis in version 5. So I revert back my original idea, make gopkg.in/redis.v2 the main import path. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx