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:
parent
3fa2a20fe4
commit
3dc3b09a8e
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# gorealis [](https://godoc.org/github.com/paypal/gorealis) [](https://travis-ci.org/paypal/gorealis) [](https://codecov.io/gh/paypal/gorealis)
|
# gorealis [](https://godoc.org/github.com/paypal/gorealis) [](https://travis-ci.org/paypal/gorealis) [](https://codecov.io/gh/paypal/gorealis)
|
||||||
|
|
||||||
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
|
### Aurora version compatibility
|
||||||
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
|
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
|
||||||
|
@ -14,7 +14,7 @@ library has been tested.
|
||||||
|
|
||||||
## Projects using gorealis
|
## Projects using gorealis
|
||||||
|
|
||||||
* [australis](https://github.com/rdelval/australis)
|
* [australis](https://github.com/aurora-scheduler/australis)
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.
|
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -10,3 +10,5 @@ require (
|
||||||
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
||||||
github.com/stretchr/testify v1.2.0
|
github.com/stretchr/testify v1.2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue