Adding rudimentary support for creating jobs on Aurora.
This commit is contained in:
parent
ada7eb3aa1
commit
7286d2fc9f
4 changed files with 158 additions and 18 deletions
2
go.mod
2
go.mod
|
@ -3,11 +3,11 @@ module github.com/rdelval/australis
|
|||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/paypal/gorealis v0.0.0-20181219011448-e4e8a1c0b333
|
||||
github.com/paypal/gorealis/v2 v2.0.1
|
||||
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e
|
||||
github.com/sirupsen/logrus v1.2.0
|
||||
github.com/spf13/cobra v0.0.0-20180115160933-0c34d16c3123
|
||||
github.com/spf13/pflag v1.0.3
|
||||
github.com/spf13/viper v1.3.1
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue