redisgraph-go
redisgraph-go copied to clipboard
can not get the latest version
Only get v1.0.0, can not found the latest version.

using go get github.com/redislabs/[email protected]+incompatible
for version v2.1.0+, it can NOT be fetched because the added go.mod file is not allowed by go rule.
or fork and delete go.mod then using mod replace
replace github.com/RedisGraph/redisgraph-go => github.com/elvizlai/redisgraph-go v2.1.2-0.20211019072719-e700711515bc+incompatible