cleanup: wrap errors using go 1.13 built-ins

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-02-16 20:13:51 -08:00
parent 81389b3cb9
commit 9e86b011d5
7 changed files with 15 additions and 17 deletions

1
go.mod
View File

@@ -9,7 +9,6 @@ require (
github.com/emicklei/proto v1.9.0 // indirect
github.com/moby/buildkit v0.8.1
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5