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

10 lines
161 B
Modula-2

4 years ago
module github.com/mickael-menu/zk
go 1.15
4 years ago
require (
github.com/alecthomas/kong v0.2.12
github.com/google/go-cmp v0.3.1
github.com/hashicorp/hcl/v2 v2.8.1
)