about summary refs log tree commit diff
path: root/go.mod
blob: bb52410eb537c0d864bb4b9d65d7e73d0fd0188e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.darknebu.la/emile/matrix_weather_bot

go 1.13

require (
	git.darknebu.la/emile/matrix v0.0.0-00010101000000-000000000000
	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