mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 11:42:24 -05:00
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 (#3083)
This commit is contained in:
parent
ae349dd6a5
commit
43c480aec4
44 changed files with 3889 additions and 245 deletions
6
vendor/github.com/klauspost/compress/s2/s2.go
generated
vendored
6
vendor/github.com/klauspost/compress/s2/s2.go
generated
vendored
|
|
@ -109,7 +109,11 @@ const (
|
|||
chunkTypeStreamIdentifier = 0xff
|
||||
)
|
||||
|
||||
var crcTable = crc32.MakeTable(crc32.Castagnoli)
|
||||
var (
|
||||
crcTable = crc32.MakeTable(crc32.Castagnoli)
|
||||
magicChunkSnappyBytes = []byte(magicChunkSnappy) // Can be passed to functions where it escapes.
|
||||
magicChunkBytes = []byte(magicChunk) // Can be passed to functions where it escapes.
|
||||
)
|
||||
|
||||
// crc implements the checksum specified in section 3 of
|
||||
// https://github.com/google/snappy/blob/master/framing_format.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue