* 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.
16 lines
382 B
TOML
16 lines
382 B
TOML
[[constraint]]
|
|
name = "github.com/apache/thrift"
|
|
branch = "0.12.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
revision = "e881fd58d78e04cf6d0de1217f8707c8cc2249bc"
|
|
|
|
[[constraint]]
|
|
name = "github.com/samuel/go-zookeeper"
|
|
revision = "471cd4e61d7a78ece1791fa5faa0345dc8c7d5a5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.0"
|
|
|