summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 14:33:28 -0600
committerJeff Carr <[email protected]>2024-01-05 14:33:28 -0600
commitdc0b426de0e33f827caa5f281bb5be6e88ce61ff (patch)
tree734673f6c5415cc951e0b7ff31562d811e5ccedc /go.mod
parent14419ebfd7361969b1cdc5a732d6d4699727a104 (diff)
Makefile and go.{mod,sum}
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 85e5bbb..6d6d352 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,16 @@
module go.wit.com/gui/cloudflare
go 1.21.4
+
+require (
+ go.wit.com/gui/gadgets v0.1.3
+ go.wit.com/gui/gui v0.10.3
+ go.wit.com/log v0.3.1
+)
+
+require (
+ github.com/alexflint/go-arg v1.4.3 // indirect
+ github.com/alexflint/go-scalar v1.1.0 // indirect
+ go.wit.com/gui/toolkits v0.4.1 // indirect
+ go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect
+)