* Remove unnecessary files from the thrift repository that come along with the go library. * Updating thrift generated code to be 0.12.0 final generated code. * Remove git.apache.org dependency in vendor folder. * Migrating from git.apache.org/thrift.git to github.com/apache/thrift * Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path). * Upgrading mod dependencies for Thrift to point to github.com location of the repository. * Bug fix for Thermos Payload generation relating to the GPU being set.
10 lines
342 B
Modula-2
10 lines
342 B
Modula-2
module github.com/paypal/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/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
|
|
github.com/stretchr/testify v1.2.0
|
|
)
|