containerd/content
Sebastiaan van Stijn 63c185da9a
content/local: inline sys.StatATimeAsTime()
The sys.StatATimeAsTime() utility is currently only used in a single place,
but because it's living in the "sys" package, also brings in other dependencies,
such as Microsoft/hcsshim.

This patch inlines the code from sys.StatATimeAsTime(), to remove that dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-22 10:14:29 +02:00
..
local content/local: inline sys.StatATimeAsTime() 2021-06-22 10:14:29 +02:00
proxy contentproxy: ensure grpc stream is closed on commit 2021-03-18 22:46:49 -07:00
testsuite Fix content.ReaderAt close 2021-05-08 12:39:09 +08:00
adaptor_test.go tests: add test for adaptor 2021-05-05 17:39:39 +03:00
adaptor.go Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00
content.go Add OpenReader to create ReaderAt interface 2021-03-08 12:04:58 -08:00
helpers_test.go vendor: update gotest.tools v3.0.2 2020-02-28 17:47:20 +01:00
helpers.go Add comments clarifying copyWithBuffer implementation 2020-11-03 04:25:42 +00:00