summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-11 11:25:46 -0500
committerJeff Carr <[email protected]>2022-10-11 11:25:46 -0500
commit8358ca44efa625be9cd69fab870dfcf9c2a05df5 (patch)
tree82a012480818d6825f01ce9bc5b62847347629c1 /go.mod
parent45644ef9bc333f5def62d1c7f474dc96274e63fa (diff)
Change Node to Box
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 4 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 18a5b64..c72bbca 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)