summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-08 23:22:47 -0500
committerJeff Carr <[email protected]>2022-10-08 23:22:47 -0500
commit086986b6b8f55d15d18595bcbf3f76c023365b61 (patch)
tree9f1dc4da5b2d125f7a017418d4d9912e16b71039 /go.mod
parentf92a50e2e665a18e2201f1d6714025dcc39301cc (diff)
parent45644ef9bc333f5def62d1c7f474dc96274e63fa (diff)
Merge branch 'master' into jcarr
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..18a5b64
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module git.wit.org/wit/gui
+
+go 1.19
+
+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
+)