diff --git a/vendor.conf b/vendor.conf index 72a291ca82..f715ac2991 100644 --- a/vendor.conf +++ b/vendor.conf @@ -34,7 +34,7 @@ golang.org/x/sync cd5d95a43a6e21273425c7ae415d # buildkit github.com/moby/buildkit 6861f17f15364de0fe1fd1e6e8da07598a485123 -github.com/tonistiigi/fsutil c3ed55f3b48161fd3dc42c17ba09e12ac52d57dc +github.com/tonistiigi/fsutil 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9 github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 github.com/grpc-ecosystem/grpc-opentracing 8e809c8a86450a29b90dcc9efbf062d0fe6d9746 github.com/opentracing/opentracing-go d34af3eaa63c4d08ab54863a4bdd0daa45212e12 # v1.2.0 diff --git a/vendor/github.com/tonistiigi/fsutil/copy/copy_darwin.go b/vendor/github.com/tonistiigi/fsutil/copy/copy_darwin.go index 2882dfda9d..0d8149693a 100644 --- a/vendor/github.com/tonistiigi/fsutil/copy/copy_darwin.go +++ b/vendor/github.com/tonistiigi/fsutil/copy/copy_darwin.go @@ -5,21 +5,13 @@ package fs import ( "io" "os" - "syscall" - "unsafe" "github.com/pkg/errors" "golang.org/x/sys/unix" ) -//