From a123bb1ecaef76216b7f4840e6dda0ba0bbc2b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:50:43 +0000 Subject: [PATCH] Bump github.com/apache/thrift from 0.12.0 to 0.13.0 in /commons Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: github.com/apache/thrift dependency-type: indirect ... Signed-off-by: dependabot[bot] --- commons/go.mod | 2 +- commons/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commons/go.mod b/commons/go.mod index 221bc19..99dcfba 100644 --- a/commons/go.mod +++ b/commons/go.mod @@ -28,7 +28,7 @@ require ( github.com/Microsoft/go-winio v0.4.16 // indirect github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect github.com/acomagu/bufpipe v1.0.3 // indirect - github.com/apache/thrift v0.12.0 // indirect + github.com/apache/thrift v0.13.0 // indirect github.com/beltran/gosasl v0.0.0-20200816203322-2f20f217aef6 // indirect github.com/beltran/gssapi v0.0.0-20200324152954-d86554db4bab // indirect github.com/cespare/xxhash/v2 v2.1.1 // indirect diff --git a/commons/go.sum b/commons/go.sum index b6adb56..00d5dba 100644 --- a/commons/go.sum +++ b/commons/go.sum @@ -11,8 +11,9 @@ github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA= github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/apache/thrift v0.12.0 h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs= github.com/apache/thrift v0.12.0/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/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/beltran/gohive v1.3.0 h1:7e1TGJ/F/mMpoZ1JLevHkoqc0iQnxwEN9y8gn9uKoqU=