pak/go.mod

11 lines
215 B
Modula-2
Raw Permalink Normal View History

module go.arsenm.dev/pak
2020-11-30 23:27:29 +00:00
go 1.15
require (
2021-05-05 21:00:44 +00:00
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
)