From 841e6252c95244f0ee7faf2c01d33f69a8ab483a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 21:31:49 -0600 Subject: common tree package for toolkits This update provides *lots* of toolkit updates. This will allow the next step of debugging the gocui toolkit to make it work again. There are new common routines for handling the plugin channel communication Signed-off-by: Jeff Carr --- nocui/go.mod | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nocui/go.mod') diff --git a/nocui/go.mod b/nocui/go.mod index ec42260..e802e10 100644 --- a/nocui/go.mod +++ b/nocui/go.mod @@ -1,10 +1,3 @@ module go.wit.com/gui/toolkits/nocui go 1.21.4 - -require ( - go.wit.com/gui/widget v1.1.3 - go.wit.com/log v0.5.4 -) - -require go.wit.com/dev/davecgh/spew v1.1.4 // indirect -- cgit v1.2.3