Update past go-cmp's checkptr fix

To fix our -race test under Go 1.14.

See google/go-cmp#167
This commit is contained in:
Anthony Fok
2019-11-01 00:08:50 -06:00
parent 07a203406a
commit c3d433af56
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -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