Merge pull request #7342 from tklauser/losetup-unix

Use ioctl helpers from x/sys/unix
This commit is contained in:
Phil Estes
2022-08-30 12:32:20 -04:00
committed by GitHub
79 changed files with 6143 additions and 678 deletions

2
go.mod
View File

@@ -63,7 +63,7 @@ require (
go.opentelemetry.io/otel/sdk v1.7.0
go.opentelemetry.io/otel/trace v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0