diff options
| author | Jeff Carr <[email protected]> | 2022-10-08 23:51:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-08 23:51:48 -0500 |
| commit | dd7d277a86f25116cc1c0130a763409a166d49b4 (patch) | |
| tree | 7bf1f9b67f2f3d34e5153ccfa0b60c72cf9fb774 /go.mod | |
| parent | 086986b6b8f55d15d18595bcbf3f76c023365b61 (diff) | |
Try renaming 'Node' to 'Box'
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,10 +1,9 @@ module git.wit.org/wit/gui -go 1.19 +go 1.17 require ( - git.wit.org/interesting/andlabs-ui v0.0.0-20200610043537-70a69d6ae31e // indirect - github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e // indirect - github.com/davecgh/go-spew v1.1.1 // indirect - golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect + github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e + github.com/davecgh/go-spew v1.1.1 + golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d ) |
