Files
runc/vendor/github.com/mrunalp/fileutils
Kir Kolyshkin a0f8847e2a Drop go 1.16
Require go 1.17 from now on, since go 1.16 is no longer supported.
Drop go1.16 compatibility.

NOTE we also have to install go 1.18 from Vagrantfile, because
Fedora 35 comes with Go 1.16.x which can't be used.

Note the changes to go.mod and vendor are due to
https://go.dev/doc/go1.17#tools

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-03-22 12:22:22 -07:00
..
2020-03-07 09:29:29 +01:00
2020-09-10 10:36:54 -07:00
2020-07-30 05:28:39 -07:00
2017-02-24 11:25:21 +00:00
2020-03-07 09:29:29 +01:00

fileutils

Collection of utilities for file manipulation in golang

The library is based on docker pkg/archive pkg/idtools but does copies instead of handling archive formats.