diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-11-06 17:04:58 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-11-06 17:04:58 +0100 |
commit | 366ee4d8da1c2b0c1751e9bf6d54638439735296 (patch) | |
tree | d9ac5cabf9e83b63194adfe8bf79c05937b83667 /go.sum | |
parent | c26d00db648a4b475d94c9ed8e21dafb6efa1776 (diff) | |
download | hugo-366ee4d8da1c2b0c1751e9bf6d54638439735296.tar.gz hugo-366ee4d8da1c2b0c1751e9bf6d54638439735296.zip |
deps: Update quicktest
To make the test build on Go 1.14.
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,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.5.0 h1:Tb4jWdSpdjKzTUicPnY61PZxKbDoGa7ABbrReT3gQVY= github.com/frankban/quicktest v1.5.0/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o= +github.com/frankban/quicktest v1.6.0 h1:Cd62nl66vQsx8Uv1t8M0eICyxIwZG7MxiAOrdnnUSW0= +github.com/frankban/quicktest v1.6.0/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o= 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/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= |