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..2cd9197
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module go.wit.com/gui/lib/logsettings
+
+go 1.21.4
+
+require (
+ go.wit.com/gui/gadgets v0.12.4
+ go.wit.com/gui/gui v0.12.8
+ go.wit.com/log v0.5.4
+)
+
+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
+ go.wit.com/gui/widget v1.1.3 // indirect
+)