From 32fe455bb5c75b756ca0ff7e2a5d076a30978db4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 21:46:50 -0600 Subject: now should work without needed to actually display a nice improvement. actual toolkit widgets arent' actually needed. It's faster and can run in the dark autotypist compiles and runs Signed-off-by: Jeff Carr --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0c23bf4..814ce49 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module go.wit.com/gui/gadgets go 1.21.4 require ( - go.wit.com/gui/gui v0.12.8 - go.wit.com/log v0.5.3 + go.wit.com/gui/gui v0.12.10 + go.wit.com/log v0.5.5 ) require ( go.wit.com/dev/alexflint/arg v1.4.5 // indirect go.wit.com/dev/alexflint/scalar v1.2.1 // indirect - go.wit.com/dev/davecgh/spew v1.1.3 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect go.wit.com/gui/widget v1.1.3 // indirect ) -- cgit v1.2.3