RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

can not get the latest version #59

Closed catundercar closed 5 months ago

catundercar commented 3 years ago

Only get v1.0.0, can not found the latest version. image

elvizlai commented 2 years ago

using go get github.com/redislabs/redisgraph-go@v2.0.2+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