mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/moby/sys/mount
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/moby/sys/mountinfo v0.5.0
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
|
)
|