This commit is contained in:
parent
d1ce1ef839
commit
c806ef34ed
2 changed files with 11 additions and 2 deletions
7
go.mod
7
go.mod
|
@ -2,4 +2,9 @@ module git.urbach.dev/cli/q
|
|||
|
||||
go 1.24
|
||||
|
||||
require git.urbach.dev/go/assert v0.0.0-20250606150337-559d3d3afcda
|
||||
require (
|
||||
git.urbach.dev/go/assert v0.0.0-20250606150337-559d3d3afcda
|
||||
git.urbach.dev/go/color v0.0.0-20250606151219-222306e0b534
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.33.0 // indirect
|
Loading…
Add table
Add a link
Reference in a new issue