Sanitize shell input

This commit is contained in:
2021-05-05 14:00:44 -07:00
parent 98dcb1532e
commit 663a4e8920
3 changed files with 5 additions and 1 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module pak
go 1.15
require (
github.com/alessio/shellescape v1.4.1
github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
github.com/rs/zerolog v1.20.0
github.com/spf13/pflag v1.0.5