spiegel_podman/cmd/podman/networks
Paul Holzinger ae34c63860 replace the html/template package with text/template
Currently some commands use the html/template package.
This can lead to invalid output.
e.g. `system df --verbose` will print `<none>`
instead of `<none>` with an untaged image.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2020-07-31 11:37:22 -04:00
..
create.go move go module to v2 2020-07-06 15:52:17 +02:00
inspect.go replace the html/template package with text/template 2020-07-31 11:37:22 -04:00
list.go replace the html/template package with text/template 2020-07-31 11:37:22 -04:00
network.go Fixes --remote flag issues 2020-07-06 14:14:53 -04:00
rm.go move go module to v2 2020-07-06 15:52:17 +02:00