You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
215 B
10 lines
215 B
module go.arsenm.dev/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
|
|
)
|
|
|