aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorrenovate <renovate-bot@autistici.org>2021-06-19 16:25:56 +0000
committerrenovate <renovate-bot@autistici.org>2021-06-19 16:25:56 +0000
commitaceb2abab240c6b4f5cb650626bf6b74ed2727bb (patch)
treec89e3250570af363c3360fb2d17d4eeeebbb0215 /go.mod
parentd82bb811816d6155e3891089a020438859c75c5a (diff)
downloadcrawl-aceb2abab240c6b4f5cb650626bf6b74ed2727bb.tar.gz
crawl-aceb2abab240c6b4f5cb650626bf6b74ed2727bb.zip
Update module github.com/pborman/uuid to v1.2.1
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 5ca4ba4..293c2ea 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/google/go-cmp v0.3.1
github.com/google/uuid v1.1.1 // indirect
- github.com/pborman/uuid v1.2.0
+ github.com/pborman/uuid v1.2.1
github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
)