about summary refs log tree commit diff
path: root/go.mod
blob: 2c6fb71b90311f839ab8959ebf1680bf05d58df0 (plain)
1
2
3
4
5
6
7
8
9
module git.sr.ht/hanemile/matrix-sdk

go 1.13

require (
	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
)