Updated dependencies
Some checks failed
/ test (push) Failing after 31s

This commit is contained in:
Eduard Urbach 2025-06-23 00:12:41 +02:00
parent d1ce1ef839
commit c806ef34ed
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 11 additions and 2 deletions

7
go.mod
View file

@ -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