diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:05:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:05:54 -0600 |
| commit | 3ea3dd10db0e728240fc659bdd33c622d33e46b4 (patch) | |
| tree | 5bf7a6058db46c08e8e074380f05cadf02f9aef5 /go.mod | |
initial commitv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module go.wit.com/toolkits/tree + +go 1.21.4 + +require ( + go.wit.com/gui/widget v1.1.4 + go.wit.com/log v0.5.5 +) + +require go.wit.com/dev/davecgh/spew v1.1.4 // indirect |
