Updated module path
This commit is contained in:
6
go.mod
6
go.mod
@ -1,10 +1,10 @@
|
||||
module git.akyoto.dev/cli/q
|
||||
module git.urbach.dev/cli/q
|
||||
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
git.akyoto.dev/go/assert v0.1.3
|
||||
git.akyoto.dev/go/color v0.1.3
|
||||
git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf
|
||||
git.urbach.dev/go/color v0.0.0-20250225153715-1b0b4cb28f7d
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.30.0 // indirect
|
||||
|
Reference in New Issue
Block a user