gorealis-v2/go.mod
Renán I. Del Valle 69ced895e2
Upgrade to Aurora 0.22.0 (#5)
* Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic.

* Upgrading compose set up to Mesos 1.6.2 and Aurora 0.22.0.

* Adding support for using different update strategies.

* Adding a monitor that is friendly with auto pause.

* Adding tests for new update strategies.
2020-05-05 20:55:25 -07:00

12 lines
312 B
Modula-2

module github.com/aurora-scheduler/gorealis/v2
require (
github.com/apache/thrift v0.12.0
github.com/pkg/errors v0.9.1
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
github.com/stretchr/testify v1.5.0
)
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1
go 1.13