imports: fix import orders

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2022-10-21 09:48:37 -05:00
parent 4d37d06c58
commit e843faf9b4
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
5 changed files with 10 additions and 5 deletions

View File

@ -24,10 +24,11 @@ import (
"strconv"
"strings"
"maunium.net/go/maulogger/v2"
"github.com/beeper/groupme/database"
"github.com/beeper/groupme/types"
whatsappExt "github.com/beeper/groupme/whatsapp-ext"
"maunium.net/go/maulogger/v2"
"maunium.net/go/mautrix"
"maunium.net/go/mautrix/appservice"

View File

@ -22,8 +22,9 @@ import (
log "maunium.net/go/maulogger/v2"
"github.com/beeper/groupme/types"
"maunium.net/go/mautrix/id"
"github.com/beeper/groupme/types"
)
type UserQuery struct {

View File

@ -3,8 +3,9 @@ package groupmeExt
import (
"context"
"github.com/beeper/groupme/types"
"github.com/karmanyaahm/groupme"
"github.com/beeper/groupme/types"
)
type Client struct {

View File

@ -9,8 +9,9 @@ import (
"io/ioutil"
"net/http"
"github.com/beeper/groupme/types"
"github.com/karmanyaahm/groupme"
"github.com/beeper/groupme/types"
)
type Message struct{ groupme.Message }

View File

@ -34,11 +34,12 @@ import (
"maunium.net/go/mautrix/format"
"maunium.net/go/mautrix/id"
"github.com/karmanyaahm/groupme"
"github.com/beeper/groupme/database"
"github.com/beeper/groupme/groupmeExt"
"github.com/beeper/groupme/types"
whatsappExt "github.com/beeper/groupme/whatsapp-ext"
"github.com/karmanyaahm/groupme"
)
type User struct {