about summary refs log tree commit diff
path: root/go.mod
blob: 60c67d1af1da9b5ab14d53bb212336e9a59601f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.sr.ht/~hanemile/matrix-weather-bot

go 1.13

require (
	git.sr.ht/~hanemile/matrix-sdk v0.0.0-20221019213014-f6537d36ef54
	github.com/chewxy/tightywhities v1.0.0
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
	github.com/guptarohit/asciigraph v0.5.0
	github.com/spf13/viper v1.7.0
	github.com/wcharczuk/go-chart v2.0.1+incompatible
	golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
	gopkg.in/h2non/gentleman.v2 v2.0.4
)

//replace git.darknebu.la/emile/matrix => ../matrix