Update go version
This commit is contained in:
parent
2f05111192
commit
0adb137278
1 changed files with 2 additions and 3 deletions
5
go.mod
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue