From d3295a87290b19ea80fdca8aee4972fb26a5aeb5 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 19 Feb 2020 12:06:11 -0800 Subject: [PATCH] Upgrading dependencies to their latests versions. --- go.mod | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index 8e10a03..5f4f654 100644 --- a/go.mod +++ b/go.mod @@ -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