Simplified file structure
This commit is contained in:
parent
cacee7260a
commit
a466281307
219 changed files with 453 additions and 457 deletions
4
go.mod
4
go.mod
|
@ -1,10 +1,10 @@
|
|||
module git.akyoto.dev/cli/q
|
||||
|
||||
go 1.22.4
|
||||
go 1.22.6
|
||||
|
||||
require (
|
||||
git.akyoto.dev/go/assert v0.1.3
|
||||
git.akyoto.dev/go/color v0.1.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.22.0 // indirect
|
||||
require golang.org/x/sys v0.23.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue