Updating package name

This commit is contained in:
Brandon Watson 2023-09-18 21:37:41 -05:00
parent 3e9851b2c0
commit 5727a20506
4 changed files with 1 additions and 7 deletions

View File

@ -3,8 +3,6 @@ package main
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/beeper/groupme-lib"
) )
// This is not a real token. Please find yours by logging // This is not a real token. Please find yours by logging

View File

@ -3,8 +3,6 @@ package main
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/beeper/groupme-lib"
) )
// This is not a real Bot ID. Please find yours by logging // This is not a real Bot ID. Please find yours by logging

View File

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

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/beeper/groupme-lib module gitea.watsonlabs.net/watsonb8/groupme-lib
go 1.21.0 go 1.21.0