australis/go.mod
Renán I. Del Valle 4806936c71
Adding ability to start an update (#12)
* Adding ability to start an update.

* Refactoring Job parsing code to be re-usable.
2020-05-07 15:40:22 -07:00

17 lines
456 B
Modula-2

module github.com/aurora-scheduler/australis
require (
github.com/aurora-scheduler/gorealis/v2 v2.22.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.5.0
gopkg.in/yaml.v2 v2.2.8
)
go 1.14
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1