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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-13 09:25:16 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-24 22:20:40 +0300
commit6f7633df7d2c06e32eac628f9c7809dfee75eeed (patch)
tree50168f295042831b9a1cef7cdac62464895c910d /go.mod
parenta546059a9c0b4541f6c9e292f2bb065c1b6115d9 (diff)
build(deps): bump github.com/google/go-cmp from 0.5.2 to 0.5.3
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.3) Signed-off-by: dependabot[bot] <support@github.com>
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 2cf5abd13..e090969fa 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/gobwas/glob v0.2.3
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
- github.com/google/go-cmp v0.5.2
+ github.com/google/go-cmp v0.5.3
github.com/gorilla/websocket v1.4.2
github.com/jdkato/prose v1.2.0
github.com/kylelemons/godebug v1.1.0