mirror of
https://github.com/containers/podman.git
synced 2025-12-09 07:09:03 +08:00
update dependencies
Ran a `go get -u` and bumped K8s deps to 1.15.0. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/klauspost/compress/flate/snappy.go
generated
vendored
4
vendor/github.com/klauspost/compress/flate/snappy.go
generated
vendored
@@ -20,12 +20,12 @@ func emitCopy(dst *tokens, offset, length int) {
|
||||
dst.n++
|
||||
}
|
||||
|
||||
type snappyEnc interface {
|
||||
type fastEnc interface {
|
||||
Encode(dst *tokens, src []byte)
|
||||
Reset()
|
||||
}
|
||||
|
||||
func newSnappy(level int) snappyEnc {
|
||||
func newFastEnc(level int) fastEnc {
|
||||
switch level {
|
||||
case 1:
|
||||
return &snappyL1{}
|
||||
|
||||
Reference in New Issue
Block a user