aboutsummaryrefslogtreecommitdiff
path: root/vendor
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 /vendor
parentd82bb811816d6155e3891089a020438859c75c5a (diff)
downloadcrawl-aceb2abab240c6b4f5cb650626bf6b74ed2727bb.tar.gz
crawl-aceb2abab240c6b4f5cb650626bf6b74ed2727bb.zip
Update module github.com/pborman/uuid to v1.2.1
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/pborman/uuid/time.go2
-rw-r--r--vendor/github.com/pborman/uuid/version4.go2
-rw-r--r--vendor/modules.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/pborman/uuid/time.go b/vendor/github.com/pborman/uuid/time.go
index 5c0960d..7286824 100644
--- a/vendor/github.com/pborman/uuid/time.go
+++ b/vendor/github.com/pborman/uuid/time.go
@@ -29,7 +29,7 @@ func GetTime() (Time, uint16, error) { return guuid.GetTime() }
// for
func ClockSequence() int { return guuid.ClockSequence() }
-// SetClockSeq sets the clock sequence to the lower 14 bits of seq. Setting to
+// SetClockSequence sets the clock sequence to the lower 14 bits of seq. Setting to
// -1 causes a new sequence to be generated.
func SetClockSequence(seq int) { guuid.SetClockSequence(seq) }
diff --git a/vendor/github.com/pborman/uuid/version4.go b/vendor/github.com/pborman/uuid/version4.go
index b459d46..767dd0c 100644
--- a/vendor/github.com/pborman/uuid/version4.go
+++ b/vendor/github.com/pborman/uuid/version4.go
@@ -6,7 +6,7 @@ package uuid
import guuid "github.com/google/uuid"
-// Random returns a Random (Version 4) UUID or panics.
+// NewRandom returns a Random (Version 4) UUID or panics.
//
// The strength of the UUIDs is based on the strength of the crypto/rand
// package.
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 1d345b6..76d8c3c 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -21,7 +21,7 @@ github.com/google/go-cmp/cmp/internal/value
# github.com/google/uuid v1.1.1
## explicit
github.com/google/uuid
-# github.com/pborman/uuid v1.2.0
+# github.com/pborman/uuid v1.2.1
## explicit
github.com/pborman/uuid
# github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d