Skip to content

Commit

Permalink
build(deps): bump github.com/tenntenn/testtime from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [github.com/tenntenn/testtime](https://github.com/tenntenn/testtime) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/tenntenn/testtime/releases)
- [Changelog](https://github.com/tenntenn/testtime/blob/main/CHANGELOG.md)
- [Commits](tenntenn/testtime@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/tenntenn/testtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 2019a28 commit 6950543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 h1:2P2iBmWK/FbfMq7wnQmHyZM/3gLOY1nqrD/LRQkScss=
github.com/tenntenn/testtime v0.3.0/go.mod h1:Ggza9BX+R+hYHSqpfEIVQEQ+QDdMJLI/2OX2SQdclnc=
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=
Expand Down

0 comments on commit 6950543

Please sign in to comment.