authzed / spicedb

Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data
https://authzed.com/docs
Apache License 2.0
5.11k stars 279 forks source link

go install github.com/authzed/spicedb fails #1011

Closed vroldanbet closed 1 year ago

vroldanbet commented 1 year ago

reported in discord by @ensonic

go install github.com/authzed/spicedb@v1.15.0
go: github.com/authzed/spicedb@v1.15.0 (in github.com/authzed/spicedb@v1.15.0):
    The go.mod file for the module providing named packages contains one or
    more replace directives. It must not contain directives that would cause
    it to be interpreted differently than if it were the main module.
jzelinskie commented 1 year ago

We should be able to drop our replace directive now that the outcaste.io ristretto repository has merged our changes.

Outcaste is all of the ex-dgraph folks continuing to maintain ristretto as a community project.