Change import paths
This commit is contained in:
parent
81db3a6b79
commit
0ba438e86f
12 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
type Macro struct {
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
type Mod struct {
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"math/rand"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
var metaactions = []string{
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"io/ioutil"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
gomarkov "github.com/simon-weber/gomarkov"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
"log"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
type ProverbioData struct {
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"time"
|
||||
"unicode"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
var remindpath *string
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
|
||||
"github.com/hamcha/tg"
|
||||
"git.fromouter.space/hamcha/tg"
|
||||
)
|
||||
|
||||
type SearchResult struct {
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue