module: change path to github.com/beeper/groupme

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2022-10-21 09:48:03 -05:00
parent 07d2cae5b2
commit 4d37d06c58
23 changed files with 41 additions and 42 deletions

View File

@ -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 {

View File

@ -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 }