Upgrading dependencies to their latests versions.

This commit is contained in:
Renan DelValle 2020-02-19 12:06:11 -08:00
parent 6d6c95ad61
commit d3295a8729
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

21
go.mod
View file

@ -1,16 +1,15 @@
module github.com/rdelval/australis
module github.com/aurora-scheduler/australis
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/paypal/gorealis/v2 v2.21.0
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
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