knowledge/go.mod

8 lines
98 B
Modula-2

module github.com/nikitavoloboev/knowledge
go 1.13
require (
github.com/magefile/mage v1.9.0
)