From bfbcb8121008e58769492abe7a09cbfa0adadd0d Mon Sep 17 00:00:00 2001 From: Niklas Engvall Date: Tue, 29 Dec 2020 22:22:53 +0100 Subject: [PATCH] Set import name for zstd --- pkg/compiler/artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compiler/artifact.go b/pkg/compiler/artifact.go index f2d86193..19a8d76d 100644 --- a/pkg/compiler/artifact.go +++ b/pkg/compiler/artifact.go @@ -28,7 +28,7 @@ import ( "regexp" system "github.com/docker/docker/pkg/system" - "github.com/klauspost/compress/zstd" + zstd "github.com/klauspost/compress/zstd" gzip "github.com/klauspost/pgzip" //"strconv"