Switch to sourcehut
This commit is contained in:
parent
adde8aef8f
commit
d6db1fec5c
9 changed files with 12 additions and 12 deletions
|
@ -11,8 +11,8 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"git.lattuga.net/blallo/papero/cli"
|
||||
"git.lattuga.net/blallo/papero/imaputils"
|
||||
"git.sr.ht/~blallo/papero/cli"
|
||||
"git.sr.ht/~blallo/papero/imaputils"
|
||||
"github.com/emersion/go-imap"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"flag"
|
||||
"os"
|
||||
|
||||
"git.lattuga.net/blallo/papero/cli"
|
||||
"git.lattuga.net/blallo/papero/config"
|
||||
"git.sr.ht/~blallo/papero/cli"
|
||||
"git.sr.ht/~blallo/papero/config"
|
||||
"github.com/withmandala/go-log"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"git.lattuga.net/blallo/papero/cli"
|
||||
"git.lattuga.net/blallo/papero/imaputils"
|
||||
"git.sr.ht/~blallo/papero/cli"
|
||||
"git.sr.ht/~blallo/papero/imaputils"
|
||||
"github.com/emersion/go-imap"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"path"
|
||||
"strings"
|
||||
|
||||
"git.lattuga.net/blallo/papero/worker"
|
||||
"git.sr.ht/~blallo/papero/worker"
|
||||
"github.com/mitchellh/go-homedir"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package config
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"git.lattuga.net/blallo/papero/worker"
|
||||
"git.sr.ht/~blallo/papero/worker"
|
||||
"github.com/google/go-cmp/cmp"
|
||||
)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.lattuga.net/blallo/papero
|
||||
module git.sr.ht/~blallo/papero
|
||||
|
||||
go 1.15
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"git.lattuga.net/blallo/papero/config"
|
||||
"git.sr.ht/~blallo/papero/config"
|
||||
"github.com/emersion/go-imap/client"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package imaputils
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"git.lattuga.net/blallo/papero/config"
|
||||
"git.sr.ht/~blallo/papero/config"
|
||||
"github.com/emersion/go-imap"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
|
||||
"git.lattuga.net/blallo/papero/config"
|
||||
"git.sr.ht/~blallo/papero/config"
|
||||
"github.com/emersion/go-imap"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue