namespace under beeper

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans 2022-10-21 15:59:45 -05:00
parent c2dbe7021e
commit 8f23e04eea
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD
4 changed files with 9 additions and 8 deletions

View File

@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/densestvoid/groupme"
"github.com/beeper/groupme-lib"
)
// This is not a real token. Please find yours by logging

View File

@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/densestvoid/groupme"
"github.com/beeper/groupme-lib"
)
// This is not a real Bot ID. Please find yours by logging

View File

@ -5,8 +5,9 @@ import (
"fmt"
"log"
"github.com/densestvoid/groupme"
"github.com/karmanyaahm/wray"
"github.com/beeper/groupme-lib"
)
// This is not a real token. Please find yours by logging

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/densestvoid/groupme
module github.com/beeper/groupme-lib
go 1.15