upgrade dependencies and golang to 1.18

This commit is contained in:
2022-04-14 22:58:43 +02:00
parent 583030c964
commit c23bc5cbbe
588 changed files with 222024 additions and 16725 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ package xxhash
func Sum64(b []byte) uint64
//go:noescape
func writeBlocks(*Digest, []byte) int
func writeBlocks(d *Digest, b []byte) int