storj/cmd/uplink/ulfs
Márton Elek ea1408f7a8 go.mod: bump clingy dependency
As a reminder: latest clingy removed the requirement of having custom context (which made the usage of context.WithValue harder) and uses simple context instead.

Clingy saves the stdin/stdout/stderr to the context (earlier to separated context type) to make it available for unit testing.

Change-Id: I8896574f4670721de43a577cd4b35952e3b5d00e
2022-08-31 10:24:27 +00:00
..
buffer_test.go cmd/uplink: add buffering while writing to stdout 2022-06-09 15:10:04 +00:00
buffer.go cmd/uplink: add buffering while writing to stdout 2022-06-09 15:10:04 +00:00
filesystem.go go.mod: bump clingy dependency 2022-08-31 10:24:27 +00:00
handle_file.go cmd/uplink: fix recursive copy and improve tests 2022-05-11 15:17:16 -04:00
handle_generic.go cmd/uplink: adding Length Method to MultiReadHandle 2022-05-13 21:31:45 +02:00
handle_std_test.go cmd/uplink/ulfs: disallow writes after first failure 2022-04-25 18:16:46 +03:00
handle_std.go cmd/uplink: adding Length Method to MultiReadHandle 2022-05-13 21:31:45 +02:00
handle_uplink.go cmd/uplink: bring back --metadata for cp command 2022-05-18 15:58:53 +00:00
helpers_iterator.go cmd/uplinkng: become cmd/uplink 2022-02-09 17:02:21 +00:00
local_backend_mem.go cmd/uplink: fix recursive copy and improve tests 2022-05-11 15:17:16 -04:00
local_backend_os.go cmd/uplink: fix recursive copy and improve tests 2022-05-11 15:17:16 -04:00
local.go cmd/uplink: fix recursive copy and improve tests 2022-05-11 15:17:16 -04:00
mixed.go go.mod: bump clingy dependency 2022-08-31 10:24:27 +00:00
remote.go cmd/uplink: bring back --metadata for cp command 2022-05-18 15:58:53 +00:00