summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-01 17:31:01 -0600
committerJeff Carr <[email protected]>2024-01-01 17:31:01 -0600
commit602de4b123d61b808ac168824409f93d8b5ca332 (patch)
tree1cdf7de2831e7d2de0ef63b6ae580e50fa2e75bd /go.mod
parent7f6059a8e0f83bb4b450c1264195f08fe1280f05 (diff)
go modv0.1.1
Signed-off-by: Jeff Carr <[email protected]>
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..f048ec8
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module go.wit.com/gui/gadgets
+
+go 1.21.4
+
+require (
+ go.wit.com/gui/gui v0.9.6
+ go.wit.com/log v0.0.0-20240101060000-bf41970f7793
+)
+
+require (
+ github.com/alexflint/go-arg v1.4.3 // indirect
+ github.com/alexflint/go-scalar v1.1.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/sourcegraph/conc v0.3.0 // indirect
+ go.uber.org/atomic v1.7.0 // indirect
+ go.uber.org/multierr v1.9.0 // indirect
+)