2019-05-06 11:33:14 -07:00
|
|
|
module github.com/paypal/gorealis
|
|
|
|
|
2020-02-12 12:31:56 -08:00
|
|
|
go 1.13
|
2019-05-06 11:33:14 -07:00
|
|
|
|
|
|
|
require (
|
2021-02-25 16:37:46 -08:00
|
|
|
github.com/apache/thrift v0.14.0
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
2020-05-26 19:54:44 -07:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-02-25 16:37:46 -08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2019-05-06 11:33:14 -07:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
2021-05-11 13:37:23 -07:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-05-06 11:33:14 -07:00
|
|
|
)
|