Updated dependencies
This commit is contained in:
parent
722d07c321
commit
1e4ab7d1ba
3 changed files with 12 additions and 2 deletions
9
go.mod
9
go.mod
|
@ -1,5 +1,10 @@
|
|||
module git.akyoto.dev/cli/q
|
||||
|
||||
go 1.22
|
||||
go 1.22.4
|
||||
|
||||
require git.akyoto.dev/go/assert v0.1.3
|
||||
require (
|
||||
git.akyoto.dev/go/assert v0.1.3
|
||||
git.akyoto.dev/go/color v0.1.1
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.21.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue