* Removing support for dep as we should now only be building with go1.13+ and mod. * Ignoring go.sum being created. Use the database instead. * Upgrading dependencies to their latest versions. * Replacing thrift dependency temporarily with a patched thrift dependency while we wait for 0.14.0 to be released. * Change location of gorealis to point to auora-scheduler repository. * Update .gitignore to contain DS_Store. * Adding changelog. * Putting unreleased back into the changelog as this isn't a release PR.
15 lines
375 B
Modula-2
15 lines
375 B
Modula-2
module github.com/aurora-scheduler/australis
|
|
|
|
require (
|
|
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
|
|
)
|
|
|
|
go 1.13
|
|
|
|
replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2
|