From a67b57a6b515a81f8b8d09c9dfe4dbd8788f9963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:50:34 +0000 Subject: [PATCH] Bump github.com/apache/thrift from 0.12.0 to 0.13.0 in /crawlers 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] --- crawlers/go.mod | 2 +- crawlers/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crawlers/go.mod b/crawlers/go.mod index 1500679..f69ab19 100644 --- a/crawlers/go.mod +++ b/crawlers/go.mod @@ -16,7 +16,7 @@ require ( require ( github.com/alexflint/go-scalar v1.0.0 // indirect - github.com/apache/thrift v0.12.0 // indirect + github.com/apache/thrift v0.13.0 // indirect github.com/beltran/gohive v1.3.0 // indirect github.com/beltran/gosasl v0.0.0-20200816203322-2f20f217aef6 // indirect github.com/beltran/gssapi v0.0.0-20200324152954-d86554db4bab // indirect diff --git a/crawlers/go.sum b/crawlers/go.sum index f7c8433..1f8d2b0 100644 --- a/crawlers/go.sum +++ b/crawlers/go.sum @@ -3,8 +3,9 @@ github.com/alexflint/go-arg v1.4.2 h1:lDWZAXxpAnZUq4qwb86p/3rIJJ2Li81EoMbTMujhVa github.com/alexflint/go-arg v1.4.2/go.mod h1:9iRbDxne7LcR/GSvEr7ma++GLpdIU1zrghf2y2768kM= github.com/alexflint/go-scalar v1.0.0 h1:NGupf1XV/Xb04wXskDFzS0KWOLH632W/EO4fAFi+A70= github.com/alexflint/go-scalar v1.0.0/go.mod h1:GpHzbCOZXEKMEcygYQ5n/aa4Aq84zbxjy3MxYW0gjYw= -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/beltran/gohive v1.3.0 h1:7e1TGJ/F/mMpoZ1JLevHkoqc0iQnxwEN9y8gn9uKoqU= github.com/beltran/gohive v1.3.0/go.mod h1:TcPLlZLQbom57zWZpiG25iG9DFbyJgl/W4NbYlqMD5E= github.com/beltran/gosasl v0.0.0-20200715011608-d5475aebb293/go.mod h1:Qx8cW6jkI8riyzmklj80kAIkv+iezFUTBiGU0qHhHes=