Mass rewrite imports -> git.wntrmute.dev repo.

This commit is contained in:
2023-05-04 13:58:43 -07:00
parent 0dd4e1c6ca
commit ad03c5f991
30 changed files with 41 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import (
"os"
"time"
"git.sr.ht/~kisom/goutils/logging"
"git.wntrmute.dev/kyle/goutils/logging"
)
var log = logging.NewConsole()

View File

@@ -3,7 +3,7 @@ package logging_test
import (
"time"
"git.sr.ht/~kisom/goutils/logging"
"git.wntrmute.dev/kyle/goutils/logging"
)
var log = logging.NewConsole()