mirror of
https://github.com/mickael-menu/zk
synced 2024-11-03 23:15:49 +00:00
17 lines
462 B
Modula-2
17 lines
462 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
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
gopkg.in/djherbis/times.v1 v1.2.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|