aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: ee9f08660c7a1af87491576153e603593644be3f (plain)
1
2
3
4
5
6
7
8
module incantation

go 1.12

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/sirupsen/logrus v1.4.2
)