From a6a3e1193fa7c77165f3ed2eb0031f319b4abdd0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 21:21:29 -0600 Subject: work around a toolkit panic() things should work when GUI is not really there Int() and Bool() helloworld works compiles and runs RawWindow shouldn't auto exit add StandardExit() Signed-off-by: Jeff Carr Signed-off-by: Jeff Carr --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e41e5dc..4aa2794 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.21.4 require ( go.wit.com/dev/alexflint/arg v1.4.5 - go.wit.com/gui/widget v1.1.3 - go.wit.com/log v0.5.4 + go.wit.com/gui/widget v1.1.4 + go.wit.com/log v0.5.5 ) require ( -- cgit v1.2.3