diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-10-14 20:07:02 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-10-15 00:01:45 +0200 |
commit | f033d9f01d13d8cd08205ccfaa09919ed15dca77 (patch) | |
tree | d7e637fad9e3ce8201547c80a93837e073af76c4 | |
parent | 59fe279424c66ac6a89cafee01a5b2e34dbcc1fb (diff) | |
download | hugo-f033d9f01d13d8cd08205ccfaa09919ed15dca77.tar.gz hugo-f033d9f01d13d8cd08205ccfaa09919ed15dca77.zip |
build(deps): bump github.com/frankban/quicktest from 1.11.0 to 1.11.1
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/frankban/quicktest/releases)
- [Commits](https://github.com/frankban/quicktest/compare/v1.11.0...v1.11.1)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/evanw/esbuild v0.7.15 github.com/fortytw2/leaktest v1.3.0 - github.com/frankban/quicktest v1.11.0 + github.com/frankban/quicktest v1.11.1 github.com/fsnotify/fsnotify v1.4.9 github.com/getkin/kin-openapi v0.22.1 github.com/ghodss/yaml v1.0.0 @@ -146,8 +146,8 @@ github.com/frankban/quicktest v1.4.1 h1:Wv2VwvNn73pAdFIVUQRXYDFp31lXKbqblIXo/Q5G github.com/frankban/quicktest v1.4.1/go.mod h1:36zfPVQyHxymz4cH7wlDmVwDrJuljRB60qkgn7rorfQ= github.com/frankban/quicktest v1.7.2 h1:2QxQoC1TS09S7fhCPsrvqYdvP1H5M1P1ih5ABm3BTYk= github.com/frankban/quicktest v1.7.2/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o= -github.com/frankban/quicktest v1.11.0 h1:Yyrghcw93e1jKo4DTZkRFTTFvBsVhzbblBUPNU1vW6Q= -github.com/frankban/quicktest v1.11.0/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P6txr3mVT54s= +github.com/frankban/quicktest v1.11.1 h1:stwUsXhUGliQs9t0ZS39BWCltFdOHgABiIlihop8AD4= +github.com/frankban/quicktest v1.11.1/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P6txr3mVT54s= github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= |