From bb5f12b20c5cc6807438e40970eb63c36e289aae Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 19 Oct 2022 23:47:36 +0200 Subject: sr.ht breaks modules, wrap go get parameters in single quotes... --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b8beb0e..d781cac 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "io/ioutil" "time" - "git.darknebu.la/emile/matrix" + "git.sr.ht/~hanemile/matrix-sdk" "github.com/spf13/viper" "github.com/wcharczuk/go-chart" "gopkg.in/h2non/gentleman.v2" -- cgit 1.4.1