moby/pkg/authorization
Eng Zer Jun a916414b0b 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>
(cherry picked from commit c55a4ac779)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-24 16:11:55 -05: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 21:54:39 +01:00
authz_unix_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05: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 2022-04-07 23:27:50 +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