module: change path to github.com/beeper/groupme
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
@ -3,8 +3,8 @@ package groupmeExt
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
"github.com/karmanyaahm/groupme"
|
||||
"github.com/karmanyaahm/matrix-groupme-go/types"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
@ -9,8 +9,8 @@ import (
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"github.com/beeper/groupme/types"
|
||||
"github.com/karmanyaahm/groupme"
|
||||
"github.com/karmanyaahm/matrix-groupme-go/types"
|
||||
)
|
||||
|
||||
type Message struct{ groupme.Message }
|
||||
|
Reference in New Issue
Block a user