summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..cf0bbbf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module go.wit.com/lib/gui/repostatus
+
+go 1.22.0
+
+require (
+ go.wit.com/gui v0.22.1
+ go.wit.com/lib/gadgets v0.22.0
+ go.wit.com/lib/gui/shell v0.22.2
+ go.wit.com/log v0.22.0
+ go.wit.com/widget v1.1.26
+)
+
+require (
+ go.wit.com/dev/alexflint/arg v1.4.5 // indirect
+ go.wit.com/dev/alexflint/scalar v1.2.1 // indirect
+ go.wit.com/dev/davecgh/spew v1.1.4 // indirect
+)