From 84e30e9b46d9cfb8e4aebc329fe671d52eef99f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:49:08 +0000 Subject: [PATCH] Bump github.com/apache/thrift from 0.12.0 to 0.13.0 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: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 52d9887..082dc9c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,4 @@ module github.com/kazuki-ma/golang-enum-example go 1.12 -require ( - github.com/apache/thrift v0.12.0 - github.com/assertgo/assert v2.0.0+incompatible -) +require github.com/assertgo/assert v2.0.0+incompatible