Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2019-11-01 09:08:50 +0300
committerAnthony Fok <foka@debian.org>2019-11-01 11:25:11 +0300
commitc3d433af56071d42aeb3f85854bd30db64ed70b8 (patch)
tree0e3177b2b5b28e294b78e452a684f29d2a9cb762 /go.mod
parent07a203406a1863ba7c48f9090de7c4587fae913d (diff)
Update past go-cmp's checkptr fix
To fix our -race test under Go 1.14. See google/go-cmp#167
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 9e22be9f7..44c6487c3 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gobwas/glob v0.2.3
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
- github.com/google/go-cmp v0.3.1
+ github.com/google/go-cmp v0.3.2-0.20191028172631-481baca67f93
github.com/gorilla/websocket v1.4.0
github.com/jdkato/prose v1.1.0
github.com/kyokomi/emoji v2.1.0+incompatible