diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 21:31:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 21:31:49 -0600 |
| commit | 841e6252c95244f0ee7faf2c01d33f69a8ab483a (patch) | |
| tree | ef400228622b87611168db2227269ba7fd56625d /nocui/go.mod | |
| parent | ba95c13799740b5f55541fc5e8ab9f1d34f7e421 (diff) | |
common tree package for toolkitsv0.12.4
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 <[email protected]>
Diffstat (limited to 'nocui/go.mod')
| -rw-r--r-- | nocui/go.mod | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
