aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorale <ale@incal.net>2021-06-19 17:47:52 +0000
committerale <ale@incal.net>2021-06-19 17:47:52 +0000
commit464a1701053f90a07946335768dc87ef68db88a3 (patch)
tree215e24877f6b817a37e6fb9fc334ac0b530344df
parentf8918c0cc3175870648baede72cad96d9c156e63 (diff)
parentaceb2abab240c6b4f5cb650626bf6b74ed2727bb (diff)
downloadcrawl-464a1701053f90a07946335768dc87ef68db88a3.tar.gz
crawl-464a1701053f90a07946335768dc87ef68db88a3.zip
Merge branch 'renovate/github.com-pborman-uuid-1.x' into 'master'
Update module github.com/pborman/uuid to v1.2.1 See merge request ale/crawl!2
-rw-r--r--go.mod2
-rw-r--r--go.sum2
-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
5 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 67bd639..961fc33 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
)
diff --git a/go.sum b/go.sum
index 4f3bbdc..89f3a35 100644
--- a/go.sum
+++ b/go.sum
@@ -30,6 +30,8 @@ github.com/pborman/uuid v0.0.0-20171128162732-e53336930665 h1:7G9lvlxEu1ZPLqJnsR
github.com/pborman/uuid v0.0.0-20171128162732-e53336930665/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
+github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=
+github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d h1:OgkXbz/O0zsJoaB+z6n/a3bNGCbCWhBPLfGr6qaBprM=
github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d/go.mod h1:9OrXJhf154huy1nPWmuSrkgjPUtUNhA+Zmy+6AESzuA=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
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 4527782..c8902bd 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -20,7 +20,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