mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
use rename() safety for in-place 'xl.meta' updates (#20414)
This commit is contained in:
3
go.mod
3
go.mod
@@ -94,7 +94,7 @@ require (
|
||||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
|
||||
golang.org/x/oauth2 v0.22.0
|
||||
golang.org/x/sync v0.8.0
|
||||
golang.org/x/sys v0.24.0
|
||||
golang.org/x/sys v0.25.0
|
||||
golang.org/x/term v0.23.0
|
||||
golang.org/x/time v0.6.0
|
||||
google.golang.org/api v0.194.0
|
||||
@@ -254,4 +254,5 @@ require (
|
||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
|
||||
google.golang.org/grpc v1.65.0 // indirect
|
||||
google.golang.org/protobuf v1.34.2 // indirect
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user