photoprism/pkg/fs
Eng Zer Jun 44f7700c0c
Enable module graph pruning and deprecate io/ioutil (#1600)
* Backend: Enable Go module graph pruning and lazy module loading

This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* Backend: Move from io/ioutil to io and os package

The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-06 07:10:50 +02:00
..
testdata
base.go
base_test.go
birthtime.go
birthtime_test.go
blacklist.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
blacklist_test.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
cache.go
cache_test.go
canonical.go
canonical_test.go
case.go Enable module graph pruning and deprecate io/ioutil (#1600) 2021-10-06 07:10:50 +02:00
case_test.go
codec.go
copy.go
dirs.go
dirs_test.go
done.go
done_test.go
ext.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
ext_test.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
fileinfo.go
fileinfo_test.go Enable module graph pruning and deprecate io/ioutil (#1600) 2021-10-06 07:10:50 +02:00
filetype.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
filetype_test.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
fs.go
fs_test.go
hash.go
hash_test.go
id.go
id_test.go
ignore.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
ignore_test.go
mediatype.go
mediatype_test.go
mime.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
mime_test.go
move.go
name.go Index: Ignore files and folders starting with @ #1543 2021-09-24 01:24:36 +02:00
name_test.go Index: Ignore files and folders starting with @ #1543 2021-09-24 01:24:36 +02:00
readlines.go
walk.go
walk_test.go
zip.go