moby--moby/pkg/authorization
Eng Zer Jun c55a4ac779
refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. 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-08-27 14:56:57 +08:00
..
api.go Add canonical import comment 2018-02-05 16:51:57 -05:00
api_test.go fix goimports 2020-02-11 22:16:54 +09:00
authz.go Update documentation links 2021-02-25 12:11:50 +01:00
authz_unix_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
middleware.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
middleware_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
middleware_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
plugin.go Add canonical import comment 2018-02-05 16:51:57 -05:00
response.go Removed deprecated CloseNotifier logic 2019-09-18 16:14:30 -05:00