summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-11 01:22:50 +0200
committerGitHub <noreply@github.com>2023-07-11 01:22:50 +0200
commit70956f2929eddc7a65ffc16ac335db9472924d66 (patch)
treedad2065a125fa1666fdf0a6533c7377f7e62aee1 /go.mod
parentNormalize path outputs emitted by the artifact server download endpoint (#1898) (diff)
downloadforgejo-act-70956f2929eddc7a65ffc16ac335db9472924d66.tar.xz
forgejo-act-70956f2929eddc7a65ffc16ac335db9472924d66.zip
build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#1892)
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9711ef8..e03a01d 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
go.etcd.io/bbolt v1.3.7
golang.org/x/term v0.9.0
gopkg.in/yaml.v3 v3.0.1
- gotest.tools/v3 v3.4.0
+ gotest.tools/v3 v3.5.0
)
require (