From c1f2e7de90229824b2c4597c4ff64f28e4222b80 Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Fri, 20 Sep 2024 00:24:19 -0400 Subject: [PATCH] Update git URL in module. --- cmd/run.go | 2 +- go.mod | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/run.go b/cmd/run.go index cbcffe8..053c950 100755 --- a/cmd/run.go +++ b/cmd/run.go @@ -22,7 +22,7 @@ import ( "log" "time" - "git.sr.ht/~seraphimrp/bingo/routes" + "git.hl.srp.life/srp/bingo/routes" "github.com/briandowns/spinner" "github.com/dgraph-io/badger/v4" "github.com/gofiber/fiber/v2" diff --git a/go.mod b/go.mod index 30fbd20..3e6d518 100755 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sr.ht/~seraphimrp/bingo +module git.hl.srp.life/srp/bingo go 1.23.1 diff --git a/main.go b/main.go index 27e5545..c93bb95 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ package main -import "git.sr.ht/~seraphimrp/bingo/cmd" +import "git.hl.srp.life/srp/bingo/cmd" func main() { cmd.Execute()