moby/pkg/archive
Sebastiaan van Stijn ab35df454d
remove pre-go1.17 build-tags
Removed pre-go1.17 build-tags with go fix;

    go mod init
    go fix -mod=readonly ./...
    rm go.mod

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 20:38:51 +02:00
..
testdata Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
archive.go pkg/archive: bail if setting xattrs is unsupported 2023-05-18 17:21:12 -04:00
archive_linux.go pkg/archive: audit gosec file-traversal lints 2022-02-18 15:42:22 -05:00
archive_linux_test.go pkg/system: remove Umask() utility 2022-10-06 22:22:29 +02:00
archive_other.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
archive_test.go pkg/archive: bail if setting xattrs is unsupported 2023-05-18 17:21:12 -04:00
archive_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
archive_unix_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
archive_windows.go Merge pull request #44060 from thaJeztah/archive_cleanup 2022-09-21 18:01:24 +02:00
archive_windows_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
changes.go pkg/*: fix "empty-lines" (revive) 2022-09-28 01:58:49 +02:00
changes_linux.go Update overlay2 to use naive diff for changes 2018-06-20 11:07:36 -07:00
changes_other.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
changes_posix_test.go pkg/*: fix "empty-lines" (revive) 2022-09-28 01:58:49 +02:00
changes_test.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
changes_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
changes_windows.go pkg/archive fixes, and port most unit tests to Windows 2018-11-26 10:20:40 -08:00
copy.go pkg/*: fix "empty-lines" (revive) 2022-09-28 01:58:49 +02:00
copy_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
copy_unix_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
copy_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
diff.go pkg/archive: bail if setting xattrs is unsupported 2023-05-18 17:21:12 -04:00
diff_test.go pkg/*: fix "empty-lines" (revive) 2022-09-28 01:58:49 +02:00
diff_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
diff_windows.go pkg/system: remove Umask() utility 2022-10-06 22:22:29 +02:00
example_changes.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
fuzz_test.go testing: move fuzzers over from OSS-Fuzz 2022-11-30 17:31:03 +01:00
path.go pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archive 2022-11-29 17:07:48 +01:00
path_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
path_windows.go pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archive 2022-11-29 17:07:48 +01:00
path_windows_test.go pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archive 2022-11-29 17:07:48 +01:00
time_linux.go Various code-cleanup 2018-05-23 17:50:54 +02:00
time_unsupported.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
utils_test.go pkg/archive: use filepath.WalkDir instead of filepath.Walk 2022-10-09 17:12:04 +02:00
whiteouts.go Add canonical import comment 2018-02-05 16:51:57 -05:00
wrap.go gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
wrap_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00