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

go 1.14

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
)