summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 15:40:50 -0600
committerJeff Carr <[email protected]>2024-01-30 15:40:50 -0600
commit96ed34f69b91d82a9ded703c43b28063f7508c85 (patch)
tree38a10d7597a88f17cae32c4f51a9f716490e2870 /go.mod
parentad3ce867730c20977c4597374a80047f5032189d (diff)
golang release attempt 18v0.17.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 0 insertions, 14 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index b22e013..0000000
--- a/go.mod
+++ /dev/null
@@ -1,14 +0,0 @@
-module go.wit.com/gui
-
-go 1.21.4
-
-require (
- go.wit.com/dev/alexflint/arg v1.4.5
- go.wit.com/log v0.13.18
- go.wit.com/widget v1.1.10
-)
-
-require (
- go.wit.com/dev/alexflint/scalar v1.2.1 // indirect
- go.wit.com/dev/davecgh/spew v1.1.4 // indirect
-)