lume/go.mod

9 lines
143 B
Modula-2
Raw Normal View History

2021-01-10 15:26:17 -06:00
module git.kill0.net/chill9/lume
go 1.15
2021-01-10 19:24:46 -06:00
require (
github.com/BurntSushi/toml v0.3.1
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)