Set import name for zstd

This commit is contained in:
Niklas Engvall
2020-12-29 22:22:53 +01:00
committed by GitHub
parent 062e75bc25
commit bfbcb81210

View File

@@ -28,7 +28,7 @@ import (
"regexp" "regexp"
system "github.com/docker/docker/pkg/system" system "github.com/docker/docker/pkg/system"
"github.com/klauspost/compress/zstd" zstd "github.com/klauspost/compress/zstd"
gzip "github.com/klauspost/pgzip" gzip "github.com/klauspost/pgzip"
//"strconv" //"strconv"