mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 18:25:59 +00:00
10 lines
176 B
Modula-2
Vendored
10 lines
176 B
Modula-2
Vendored
module github.com/diskfs/go-diskfs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
|
)
|