From 15baefd9a7d145ddffced80d0fb6c14f258bdcc9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 17 Oct 2022 22:39:03 -0500 Subject: GROUP: implement 'group' in toolkit/ move gui.group into toolkit remove duplicate code update demo --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 74294de..01fad6d 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.17 require ( github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e github.com/davecgh/go-spew v1.1.1 - golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 + golang.org/x/image v0.0.0-20221017200508-ffcb3fe7d1bf ) -- cgit v1.2.3