rclone/fs/operations
Nick Craig-Wood e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version
This is possible now that we no longer support go1.12 and brings
rclone into line with standard practices in the Go world.

This also removes errors.New and errors.Errorf from lib/errors and
prefers the stdlib errors package over lib/errors.
2021-11-07 11:53:30 +00:00
..
check_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
check.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
dedupe_test.go dedupe: add --by-hash to dedupe on hash not file name - fixes #1674 2020-12-02 16:52:12 +00:00
dedupe.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
listdirsorted_test.go filter: deglobalise to put filter config into the context #4685 2020-11-27 17:28:42 +00:00
lsjson_test.go operations: fix lsjson --stat on root directories of bucket based backends 2021-10-16 10:38:24 +01:00
lsjson.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
multithread_test.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
multithread.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
operations_internal_test.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
operations_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
operations.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
rc_test.go lsjson: add --stat flag and operations/stat api 2021-10-14 17:15:50 +01:00
rc.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
reopen_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
reopen.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00