Point to temporary Thrift fork while we wait for 0.14.0 to be released (#118)

* Updating readme to reflect changes made to the Aurora Scheduler project.

* Changing dependency of mod to point to forked version of the Thrift library while 0.14.0 is released.
This commit is contained in:
Renán I. Del Valle 2020-02-18 14:18:13 -08:00 committed by GitHub
parent 3fa2a20fe4
commit 3dc3b09a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
go.mod
View file

@ -10,3 +10,5 @@ require (
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
github.com/stretchr/testify v1.2.0
)
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1