moby--moby/pkg/ioutils
Sebastiaan van Stijn 4215492120
pkg/ioutils use sha256 instead of sha1 in tests
Not really important as it's just test-code, but prevents
gosec linting from producing warnings

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:35 +02:00
..
buffer.go
buffer_test.go
bytespipe.go Fixed the inconsistence and also a potential data race in pkg/ioutils/bytespipe.go: bp.closeErr is read/write 8 times; 7 out of 8 times it is protected by bp.mu.Lock(); 1 out of 8 times it is read without a Lock 2019-07-01 11:38:38 -07:00
bytespipe_test.go pkg/ioutils use sha256 instead of sha1 in tests 2019-09-18 12:57:35 +02:00
fswriters.go
fswriters_test.go unconvert: remove unnescessary conversions 2019-09-18 12:57:33 +02:00
readers.go
readers_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
temp_unix.go
temp_windows.go
writeflusher.go
writers.go
writers_test.go