summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..616ad93
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module go.wit.com/gui/gadgets/repostatus
+
+go 1.21.4
+
+require (
+ go.wit.com/gui/gadgets v0.10.3
+ go.wit.com/gui/gui v0.12.3
+ go.wit.com/log v0.5.1
+)
+
+require (
+ github.com/alexflint/go-scalar v1.2.0 // indirect
+ go.wit.com/arg v1.4.4 // indirect
+ go.wit.com/gui/widget v0.0.0-20240105185907-84aafa536a93 // indirect
+ go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect
+)