2020-02-19 12:18:50 -08:00
|
|
|
module github.com/aurora-scheduler/australis
|
2018-12-27 12:18:10 -08:00
|
|
|
|
2020-12-01 09:49:03 -08:00
|
|
|
go 1.15
|
|
|
|
|
2018-12-27 12:18:10 -08:00
|
|
|
require (
|
2022-08-24 10:25:49 -07:00
|
|
|
github.com/aurora-scheduler/gorealis/v2 v2.29.0
|
2020-02-19 12:18:50 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-05 23:17:40 -07:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-02-19 12:18:50 -08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-05-05 23:17:40 -07:00
|
|
|
github.com/spf13/viper v1.6.3
|
2020-05-06 18:30:22 -07:00
|
|
|
github.com/stretchr/testify v1.5.0
|
2020-02-19 12:18:50 -08:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2018-12-27 12:18:10 -08:00
|
|
|
)
|
2020-01-29 16:12:53 -08:00
|
|
|
|
2022-08-24 10:25:49 -07:00
|
|
|
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.2
|