Change import paths

This commit is contained in:
Hamcha 2018-11-08 10:55:34 -08:00
parent 81db3a6b79
commit 0ba438e86f
12 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
type Macro struct { type Macro struct {

View File

@ -8,7 +8,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
type Mod struct { type Mod struct {

View File

@ -12,8 +12,8 @@ import (
"os" "os"
"strings" "strings"
"git.fromouter.space/hamcha/tg"
"github.com/golang/freetype" "github.com/golang/freetype"
"github.com/hamcha/tg"
"github.com/llgcode/draw2d" "github.com/llgcode/draw2d"
"github.com/llgcode/draw2d/draw2dimg" "github.com/llgcode/draw2d/draw2dimg"
) )

View File

@ -3,7 +3,7 @@ package main
import ( import (
"math/rand" "math/rand"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
var metaactions = []string{ var metaactions = []string{

View File

@ -9,7 +9,7 @@ import (
"io/ioutil" "io/ioutil"
"path/filepath" "path/filepath"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
gomarkov "github.com/simon-weber/gomarkov" gomarkov "github.com/simon-weber/gomarkov"
) )

View File

@ -8,7 +8,7 @@ import (
"log" "log"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
type ProverbioData struct { type ProverbioData struct {

View File

@ -10,7 +10,7 @@ import (
"time" "time"
"unicode" "unicode"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
var remindpath *string var remindpath *string

View File

@ -9,7 +9,7 @@ import (
"net/url" "net/url"
"strings" "strings"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
) )
type SearchResult struct { type SearchResult struct {

View File

@ -17,8 +17,8 @@ import (
"time" "time"
"git.fromouter.space/hamcha/tg"
"github.com/golang/freetype" "github.com/golang/freetype"
"github.com/hamcha/tg"
"github.com/llgcode/draw2d" "github.com/llgcode/draw2d"
"github.com/llgcode/draw2d/draw2dimg" "github.com/llgcode/draw2d/draw2dimg"
) )

View File

@ -8,7 +8,7 @@ import (
"encoding/base64" "encoding/base64"
speech "cloud.google.com/go/speech/apiv1" speech "cloud.google.com/go/speech/apiv1"
"github.com/hamcha/tg" "git.fromouter.space/hamcha/tg"
"google.golang.org/api/option" "google.golang.org/api/option"
speechpb "google.golang.org/genproto/googleapis/cloud/speech/v1" speechpb "google.golang.org/genproto/googleapis/cloud/speech/v1"
) )

View File

@ -12,8 +12,8 @@ import (
"os" "os"
"strings" "strings"
"git.fromouter.space/hamcha/tg"
"github.com/golang/freetype" "github.com/golang/freetype"
"github.com/hamcha/tg"
"github.com/llgcode/draw2d" "github.com/llgcode/draw2d"
"github.com/llgcode/draw2d/draw2dimg" "github.com/llgcode/draw2d/draw2dimg"

View File

@ -10,7 +10,7 @@ import (
"strconv" "strconv"
"strings" "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&currencyCode=EUR" const viaggiurl = "http://free.rome2rio.com/api/1.2/json/Search?key=X5JMLHNc&languageCode=IT&currencyCode=EUR"