update quartzgun, module name
This commit is contained in:
parent
fdd6af0ba8
commit
7e2c6521b7
2 changed files with 5 additions and 5 deletions
4
go.mod
4
go.mod
|
@ -1,5 +1,5 @@
|
|||
module forge.lightcrystal.systems/lightcrystal/grimoire
|
||||
module forge.lightcrystal.systems/nilix/grimoire
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require hacklab.nilfm.cc/quartzgun v0.3.2 // indirect
|
||||
require forge.lightcrystal.systems/nilix/quartzgun v0.4.2 // indirect
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"hacklab.nilfm.cc/quartzgun/renderer"
|
||||
"hacklab.nilfm.cc/quartzgun/router"
|
||||
"hacklab.nilfm.cc/quartzgun/util"
|
||||
"forge.lightcrystal.systems/nilix/quartzgun/renderer"
|
||||
"forge.lightcrystal.systems/nilix/quartzgun/router"
|
||||
"forge.lightcrystal.systems/nilix/quartzgun/util"
|
||||
|
||||
"net/http"
|
||||
"path/filepath"
|
||||
|
|
Loading…
Reference in a new issue