2020-02-19 12:18:50 -08:00
|
|
|
module github.com/aurora-scheduler/australis
|
2018-12-27 12:18:10 -08:00
|
|
|
|
|
|
|
require (
|
2020-02-19 12:18:50 -08:00
|
|
|
github.com/aurora-scheduler/gorealis/v2 v2.21.4
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-12-27 12:18:10 -08:00
|
|
|
)
|
2020-01-29 16:12:53 -08:00
|
|
|
|
|
|
|
go 1.13
|
2020-02-19 12:18:50 -08:00
|
|
|
|
|
|
|
replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2
|