Skip to content
Snippets Groups Projects
Commit 464a1701 authored by ale's avatar ale
Browse files

Merge branch 'renovate/github.com-pborman-uuid-1.x' into 'master'

Update module github.com/pborman/uuid to v1.2.1

See merge request !2
parents f8918c0c aceb2aba
No related branches found
No related tags found
1 merge request!2Update module github.com/pborman/uuid to v1.2.1
......@@ -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
)
......@@ -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) }
......
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment