Upgrade dependencies

This commit is contained in:
2020-03-01 19:44:59 +01:00
parent 7da813e837
commit 9f53e7412b
212 changed files with 22085 additions and 13453 deletions

View File

@ -393,7 +393,7 @@ func (p *Buffer) Bytes() []byte { return p.buf }
// than relying on this API.
//
// If deterministic serialization is requested, map entries will be sorted
// by keys in lexographical order. This is an implementation detail and
// by keys in lexicographical order. This is an implementation detail and
// subject to change.
func (p *Buffer) SetDeterministic(deterministic bool) {
p.deterministic = deterministic