compose/pkg
Abhinav Nair 11f2f2dbc4
Replace deprecated ioutil pkg with os & io
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.

So replacing all usage of ioutil pkg with io & os.

Signed-off-by: Abhinav Nair <11939846+abhinavnair@users.noreply.github.com>
2022-06-25 14:06:10 +08:00
..
api project name MUST be lowercase 2022-04-13 09:49:01 +02:00
compose Replace deprecated ioutil pkg with os & io 2022-06-25 14:06:10 +08:00
e2e Replace deprecated ioutil pkg with os & io 2022-06-25 14:06:10 +08:00
mocks mocks: create mocks for compose api.Service 2022-06-07 17:09:06 -05:00
progress fix: prevent flickering prompt when pulling same image from N services 2022-05-18 08:58:06 +02:00
prompt move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
utils Replace deprecated ioutil pkg with os & io 2022-06-25 14:06:10 +08:00