Update git URL in module.
All checks were successful
Test \'N Build / test (push) Successful in 51s
Test \'N Build / build (push) Successful in 1m17s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 00:24:19 -04:00
parent f3e1792287
commit c1f2e7de90
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ import (
"log" "log"
"time" "time"
"git.sr.ht/~seraphimrp/bingo/routes" "git.hl.srp.life/srp/bingo/routes"
"github.com/briandowns/spinner" "github.com/briandowns/spinner"
"github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4"
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"

2
go.mod
View File

@ -1,4 +1,4 @@
module git.sr.ht/~seraphimrp/bingo module git.hl.srp.life/srp/bingo
go 1.23.1 go 1.23.1

View File

@ -16,7 +16,7 @@
package main package main
import "git.sr.ht/~seraphimrp/bingo/cmd" import "git.hl.srp.life/srp/bingo/cmd"
func main() { func main() {
cmd.Execute() cmd.Execute()