Add a few items to gitignore. Change few missed dependencies to point to aurora-scheduler repository. (#3)
This commit is contained in:
parent
02710e5434
commit
406640c7a9
5 changed files with 14 additions and 9 deletions
6
go.mod
6
go.mod
|
@ -2,11 +2,9 @@ module github.com/aurora-scheduler/gorealis/v2
|
|||
|
||||
require (
|
||||
github.com/apache/thrift v0.12.0
|
||||
github.com/davecgh/go-spew v1.1.0 // indirect
|
||||
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
||||
github.com/stretchr/testify v1.2.0
|
||||
github.com/stretchr/testify v1.5.0
|
||||
)
|
||||
|
||||
replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue