2020-02-18 18:07:17 -08:00
|
|
|
module github.com/aurora-scheduler/gorealis/v2
|
2018-12-12 19:06:51 -08:00
|
|
|
|
|
|
|
require (
|
2021-03-01 16:52:25 -08:00
|
|
|
github.com/apache/thrift v0.14.0
|
2020-02-19 12:01:02 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2018-12-12 19:06:51 -08:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
2023-01-26 13:36:40 -08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2018-12-12 19:06:51 -08:00
|
|
|
)
|
2020-02-18 14:18:45 -08:00
|
|
|
|
2021-03-01 16:52:25 -08:00
|
|
|
go 1.16
|