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:
authorRobert van Gent <rvangent@google.com>2019-05-03 23:28:35 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-04 10:31:34 +0300
commitf330e869e42dc782a48c045aea5d29a134e225cb (patch)
tree5fea85a381fecee3824b74b7f413f55a1cb11164 /go.mod
parentf2b5d4de346b9fb3fbf286eaf511a0f885bccc9c (diff)
deploy: compute MD5 by reading if List didn't provide one
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e21c0cd68..8bf8c4c75 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/fortytw2/leaktest v1.2.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gobwas/glob v0.2.3
+ github.com/google/go-cmp v0.2.0
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/go-immutable-radix v1.0.0
github.com/jdkato/prose v1.1.0