about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorhanemile <mail@emile.space>2020-07-10 16:24:45 +0200
committerhanemile <mail@emile.space>2020-07-10 16:24:45 +0200
commit352c31697c5e3bbb49f76d7119ada4b97d11426f (patch)
treefa53af97d0fd27a1f14b06eea466fcccd828d6d2 /go.mod
parent8e9453304a9396dfd781cb710e8a63f5200c68ed (diff)
go mod stuff
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..bb52410
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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