diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-20 16:34:52 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2021-10-27 14:30:23 +0200 |
commit | 61c5b7a2e623255be99da7adf200f0591c9a1195 (patch) | |
tree | 7fc65c29c2da432c947816ac8957f75223d0de90 /go.mod | |
parent | 1d60bd1efa943349636edad3dd8c5427312ab0f1 (diff) | |
download | hugo-61c5b7a2e623255be99da7adf200f0591c9a1195.tar.gz hugo-61c5b7a2e623255be99da7adf200f0591c9a1195.zip |
build(deps): bump github.com/frankban/quicktest from 1.13.1 to 1.14.0
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/frankban/quicktest/releases)
- [Commits](https://github.com/frankban/quicktest/compare/v1.13.1...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/frankban/quicktest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/evanw/esbuild v0.13.8 github.com/fortytw2/leaktest v1.3.0 - github.com/frankban/quicktest v1.13.1 + github.com/frankban/quicktest v1.14.0 github.com/fsnotify/fsnotify v1.5.1 github.com/getkin/kin-openapi v0.79.0 github.com/ghodss/yaml v1.0.0 |