From 8b4f5d9093a1b024ca640b7aa879cf68f4d6f266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:52:25 +0000 Subject: [PATCH] build(deps): bump github.com/tenntenn/testtime from 0.2.2 to 0.3.2 Bumps [github.com/tenntenn/testtime](https://github.com/tenntenn/testtime) from 0.2.2 to 0.3.2. - [Release notes](https://github.com/tenntenn/testtime/releases) - [Changelog](https://github.com/tenntenn/testtime/blob/main/CHANGELOG.md) - [Commits](https://github.com/tenntenn/testtime/compare/v0.2.2...v0.3.2) --- updated-dependencies: - dependency-name: github.com/tenntenn/testtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d5e8967..b298b1b 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/nao1215/spectest go 1.22 - require ( github.com/PaesslerAG/jsonpath v0.1.1 github.com/PuerkitoBio/goquery v1.9.2 @@ -16,7 +15,7 @@ require ( github.com/nao1215/markdown v0.6.0 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 - github.com/tenntenn/testtime v0.2.2 + github.com/tenntenn/testtime v0.3.2 github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa ) diff --git a/go.sum b/go.sum index ca0c407..92dd117 100644 --- a/go.sum +++ b/go.sum @@ -63,8 +63,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/tenntenn/testtime v0.2.2 h1:y6K00BUNg7cRE9WpkBX/Bn+WgmV5/a3hsw7xGNyF2p0= -github.com/tenntenn/testtime v0.2.2/go.mod h1:gXZpxnMoBEV+JZwooprQ65lIbR2Kzk5PpP/deHMn+Is= +github.com/tenntenn/testtime v0.3.2 h1:uF2DQUMXTYD5+x9I4KA3y0KrBUzzdW2B8YKVFg+boi0= +github.com/tenntenn/testtime v0.3.2/go.mod h1:BB9+OlVPhFkvYVoCeaOQjAO/i7m+YeR9HCzhefH9KRg= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=