You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/go.mod

15 lines
390 B
Modula-2

module github.com/mickael-menu/zk
go 1.15
require (
github.com/alecthomas/kong v0.2.12
github.com/aymerick/raymond v2.0.2+incompatible
github.com/google/go-cmp v0.3.1
github.com/gosimple/slug v1.9.0
github.com/hashicorp/hcl/v2 v2.8.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lestrrat-go/strftime v1.0.3
gopkg.in/yaml.v2 v2.4.0 // indirect
)