2020-11-30 23:27:29 +00:00
|
|
|
module pak
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-01-04 03:41:26 +00:00
|
|
|
require (
|
2021-05-05 21:00:44 +00:00
|
|
|
github.com/alessio/shellescape v1.4.1
|
2021-01-04 03:41:26 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
|
2021-01-04 10:33:29 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2021-01-04 03:41:26 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
)
|