Change import paths

This commit is contained in:
Astra 2023-01-18 00:59:19 +00:00
parent c1e08a4657
commit a0974739c0
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
package main
import (
"github.com/kris-nova/logger"
"git.zio.sh/astra/logger"
lol "github.com/kris-nova/lolgopher"
)