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

14 lines
320 B
Modula-2

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