diff --git a/protoc-gen-orion/testprotos/go.mod b/protoc-gen-orion/testprotos/go.mod index 540ed0bb..324ed88e 100644 --- a/protoc-gen-orion/testprotos/go.mod +++ b/protoc-gen-orion/testprotos/go.mod @@ -11,7 +11,7 @@ require ( github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect github.com/Shopify/sarama v1.19.0 // indirect github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect - github.com/apache/thrift v0.0.0-20190131011427-2ec93c8a2da2 // indirect + github.com/apache/thrift v0.13.0 // indirect github.com/armon/go-radix v1.0.0 // indirect github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect github.com/bugsnag/bugsnag-go v1.4.0 // indirect diff --git a/protoc-gen-orion/testprotos/go.sum b/protoc-gen-orion/testprotos/go.sum index 8a8e7e06..3285de8e 100644 --- a/protoc-gen-orion/testprotos/go.sum +++ b/protoc-gen-orion/testprotos/go.sum @@ -10,8 +10,8 @@ github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 h1:rFw4nCn9iMW+Vaj github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/apache/thrift v0.0.0-20190131011427-2ec93c8a2da2 h1:PCYNvq0uyHoiKwrrRaGnYivuGP6MrAjsdY+OIwgwtJE= -github.com/apache/thrift v0.0.0-20190131011427-2ec93c8a2da2/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/apache/thrift v0.13.0 h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI= +github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=