From da5a5100209d931f3cc44740dfc871ec5ce6d2df Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 5 May 2020 23:16:35 -0700 Subject: [PATCH] Upgrading dependencies to the latest available as well as bumping up go version to 1.14. --- go.mod | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 5f4f654..a608f6f 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,16 @@ module github.com/aurora-scheduler/australis require ( - github.com/aurora-scheduler/gorealis/v2 v2.21.4 + github.com/aurora-scheduler/gorealis/v2 v2.22.0 github.com/pkg/errors v0.9.1 - github.com/sirupsen/logrus v1.4.2 - github.com/spf13/cobra v0.0.5 + github.com/sirupsen/logrus v1.6.0 + github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.6.2 + github.com/spf13/viper v1.6.3 + github.com/stretchr/objx v0.1.1 // indirect gopkg.in/yaml.v2 v2.2.8 ) -go 1.13 +go 1.14 -replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2 +replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1