From 38bcff7c7e8d5ef479c447228ecabbc8133acb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:56:31 +0000 Subject: [PATCH] Bump github.com/m-mizutani/gt from 0.1.1 to 0.2.1 Bumps [github.com/m-mizutani/gt](https://github.com/m-mizutani/gt) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/m-mizutani/gt/releases) - [Commits](https://github.com/m-mizutani/gt/compare/v0.1.1...v0.2.1) --- updated-dependencies: - dependency-name: github.com/m-mizutani/gt dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d0a50df..c7f0bfb 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/lufia/try go 1.23.0 -require github.com/m-mizutani/gt v0.1.1 +require github.com/m-mizutani/gt v0.2.1 require github.com/google/go-cmp v0.5.9 // indirect diff --git a/go.sum b/go.sum index 657bfba..655eec3 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/m-mizutani/gt v0.1.1 h1:BQ5b2dXhAJA+HD8/QVdpD/XVXwM46t5OSikYhYNdblQ= -github.com/m-mizutani/gt v0.1.1/go.mod h1:0MPYSfGBLmYjTduzADVmIqD58ELQ5IfBFiK/f0FmB3k= +github.com/m-mizutani/gt v0.2.1 h1:mOl1PPIgEHoW2rQgqkfE31OGID06dO2uly8X8kvOEVY= +github.com/m-mizutani/gt v0.2.1/go.mod h1:0MPYSfGBLmYjTduzADVmIqD58ELQ5IfBFiK/f0FmB3k=