From fc983fa0960222754d70c443464a177093d87fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20I=2E=20Del=20Valle?= Date: Tue, 18 Feb 2020 14:18:45 -0800 Subject: [PATCH] Avoid panics using a forked Thrift version while we wait for Thrift to release 0.14.0 (#119) * Changing README to point to the incarnation of the aurora scheduler project. * Pointing to a forked patch version of thrift using mod while we wait for the fix that will land in 0.14.0. --- README.md | 4 ++-- go.mod | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c01afbd..c9bba37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gorealis [![GoDoc](https://godoc.org/github.com/paypal/gorealis?status.svg)](https://godoc.org/github.com/paypal/gorealis) [![Build Status](https://travis-ci.org/paypal/gorealis.svg?branch=master)](https://travis-ci.org/paypal/gorealis) [![codecov](https://codecov.io/gh/paypal/gorealis/branch/master-v2.0/graph/badge.svg)](https://codecov.io/gh/paypal/gorealis/branch/master-v2.0) -Go library for interacting with [Apache Aurora](https://github.com/apache/aurora). +Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora). ### Aurora version compatibility Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this @@ -14,7 +14,7 @@ library has been tested. ## Projects using gorealis -* [australis](https://github.com/rdelval/australis) +* [australis](https://github.com/aurora-scheduler/australis) ## Contributions Contributions are always welcome. Please raise an issue to discuss a contribution before it is made. diff --git a/go.mod b/go.mod index cbf5aaf..a2b41f5 100644 --- a/go.mod +++ b/go.mod @@ -8,3 +8,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.12.0 => github.com/ridv/thrift v0.12.2