compose/pkg/utils
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
..
scan_suggest.go Replace deprecated ioutil pkg with os & io 2022-06-25 14:06:10 +08:00
stringutils.go Add function to convert strings to bool 2022-03-04 16:42:37 +01:00
writer.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
writer_test.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00