From 0adb1372784c311cd73dc98fc06438deffcb1c26 Mon Sep 17 00:00:00 2001 From: Abdul Qadeer Date: Wed, 25 Nov 2020 15:43:14 -0800 Subject: [PATCH] Update go version --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 470ef98..5ad2f32 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module github.com/aurora-scheduler/australis +go 1.15 + require ( github.com/aurora-scheduler/gorealis/v2 v2.22.2 github.com/pkg/errors v0.9.1 @@ -7,11 +9,8 @@ require ( github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.3 - github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.5.0 gopkg.in/yaml.v2 v2.2.8 ) -go 1.14 - replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1