diff --git a/mods/macro.go b/mods/macro.go index de7632c..09d7ee1 100644 --- a/mods/macro.go +++ b/mods/macro.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) type Macro struct { diff --git a/mods/main.go b/mods/main.go index e394ac4..e0fe494 100644 --- a/mods/main.go +++ b/mods/main.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) type Mod struct { diff --git a/mods/memegen.go b/mods/memegen.go index 3d894e8..6c2753a 100644 --- a/mods/memegen.go +++ b/mods/memegen.go @@ -12,8 +12,8 @@ import ( "os" "strings" + "git.fromouter.space/hamcha/tg" "github.com/golang/freetype" - "github.com/hamcha/tg" "github.com/llgcode/draw2d" "github.com/llgcode/draw2d/draw2dimg" ) diff --git a/mods/metafora.go b/mods/metafora.go index 5fd83fb..51c9006 100644 --- a/mods/metafora.go +++ b/mods/metafora.go @@ -3,7 +3,7 @@ package main import ( "math/rand" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) var metaactions = []string{ diff --git a/mods/oroscopo.go b/mods/oroscopo.go index b7e08d1..4427504 100644 --- a/mods/oroscopo.go +++ b/mods/oroscopo.go @@ -9,7 +9,7 @@ import ( "io/ioutil" "path/filepath" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" gomarkov "github.com/simon-weber/gomarkov" ) diff --git a/mods/proverbio.go b/mods/proverbio.go index 28e79b3..14e02b0 100644 --- a/mods/proverbio.go +++ b/mods/proverbio.go @@ -8,7 +8,7 @@ import ( "log" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) type ProverbioData struct { diff --git a/mods/remind.go b/mods/remind.go index f2c687e..ec8d037 100644 --- a/mods/remind.go +++ b/mods/remind.go @@ -10,7 +10,7 @@ import ( "time" "unicode" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) var remindpath *string diff --git a/mods/search.go b/mods/search.go index f1d055a..73684ab 100644 --- a/mods/search.go +++ b/mods/search.go @@ -9,7 +9,7 @@ import ( "net/url" "strings" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) type SearchResult struct { diff --git a/mods/snapchat.go b/mods/snapchat.go index f6d4e1a..17f2997 100644 --- a/mods/snapchat.go +++ b/mods/snapchat.go @@ -17,8 +17,8 @@ import ( "time" + "git.fromouter.space/hamcha/tg" "github.com/golang/freetype" - "github.com/hamcha/tg" "github.com/llgcode/draw2d" "github.com/llgcode/draw2d/draw2dimg" ) diff --git a/mods/stt.go b/mods/stt.go index 5ced77a..eb9a71b 100644 --- a/mods/stt.go +++ b/mods/stt.go @@ -8,7 +8,7 @@ import ( "encoding/base64" speech "cloud.google.com/go/speech/apiv1" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" "google.golang.org/api/option" speechpb "google.golang.org/genproto/googleapis/cloud/speech/v1" ) diff --git a/mods/unsplash.go b/mods/unsplash.go index 04f3684..7ed7333 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -12,8 +12,8 @@ import ( "os" "strings" + "git.fromouter.space/hamcha/tg" "github.com/golang/freetype" - "github.com/hamcha/tg" "github.com/llgcode/draw2d" "github.com/llgcode/draw2d/draw2dimg" diff --git a/mods/viaggi.go b/mods/viaggi.go index d6bc4c6..d694776 100644 --- a/mods/viaggi.go +++ b/mods/viaggi.go @@ -10,7 +10,7 @@ import ( "strconv" "strings" - "github.com/hamcha/tg" + "git.fromouter.space/hamcha/tg" ) const viaggiurl = "http://free.rome2rio.com/api/1.2/json/Search?key=X5JMLHNc&languageCode=IT¤cyCode=EUR"