mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 16:29:03 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
6 lines
107 B
Modula-2
Vendored
6 lines
107 B
Modula-2
Vendored
module github.com/moby/sys/mountinfo
|
|
|
|
go 1.14
|
|
|
|
require golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
|