about summary refs log tree commit diff
path: root/go.mod
blob: 9407eb4ec727f30a24aa3c4a30fe0d72728ffeb5 (plain)
1
2
3
4
5
6
7
8
9
10
module git.darknebu.la/emile/matrix

go 1.13

require (
	github.com/h2non/gentleman v2.0.4+incompatible
	github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
	golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
	gopkg.in/h2non/gentleman.v2 v2.0.4
)