diff --git a/go.mod b/go.mod index 04fa5be56..6a1f8d139 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,7 @@ require ( github.com/stretchr/testify v1.11.1 github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd github.com/tidwall/gjson v1.19.0 - github.com/tonistiigi/fsutil v0.0.0-20260711003943-345cea5b0aab + github.com/tonistiigi/fsutil v0.0.0-20260711160119-f6a88cf182fa github.com/u-root/u-root v0.16.0 go.uber.org/atomic v1.11.0 go.uber.org/zap v1.28.0 diff --git a/go.sum b/go.sum index 04b72c526..65fe2ffdf 100644 --- a/go.sum +++ b/go.sum @@ -684,8 +684,8 @@ github.com/tklauser/numcpus v0.11.0 h1:nSTwhKH5e1dMNsCdVBukSZrURJRoHbSEQjdEbY+9R github.com/tklauser/numcpus v0.11.0/go.mod h1:z+LwcLq54uWZTX0u/bGobaV34u6V7KNlTZejzM6/3MQ= github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE= github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk= -github.com/tonistiigi/fsutil v0.0.0-20260711003943-345cea5b0aab h1:EjkzMv1JkoRp3+7Np+PXaomsOL05zQWCD5tKNiphsIE= -github.com/tonistiigi/fsutil v0.0.0-20260711003943-345cea5b0aab/go.mod h1:K5zrLch9UaSGNiek5XHZeqZUf1zPWJHqDfLIcnpquQ4= +github.com/tonistiigi/fsutil v0.0.0-20260711160119-f6a88cf182fa h1:FwSGK0RJSrD9xABLQk8SNpXTMBgdVD/EVTIo9tD8goA= +github.com/tonistiigi/fsutil v0.0.0-20260711160119-f6a88cf182fa/go.mod h1:K5zrLch9UaSGNiek5XHZeqZUf1zPWJHqDfLIcnpquQ4= github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 h1:2f304B10LaZdB8kkVEaoXvAMVan2tl9AiK4G0odjQtE= github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0/go.mod h1:278M4p8WsNh3n4a1eqiFcV2FGk7wE5fwUpUom9mK9lE= github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=