fetch capacity and simulate task fitting (#33)

This commit is contained in:
Tan N. Le 2022-08-02 10:37:31 -07:00 committed by GitHub
parent 66bd6308ce
commit 14691698f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 171 additions and 3 deletions

6
go.mod
View file

@ -3,7 +3,9 @@ module github.com/aurora-scheduler/australis
go 1.15
require (
github.com/aurora-scheduler/gorealis/v2 v2.26.0
github.com/andygrunwald/megos v0.0.0-20210622170559-e9ff1cac83c5
github.com/aurora-scheduler/gorealis/v2 v2.28.0
github.com/gizak/termui/v3 v3.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
@ -13,4 +15,4 @@ require (
gopkg.in/yaml.v2 v2.2.8
)
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.2
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.2