summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 14:17:06 -0600
committerJeff Carr <[email protected]>2024-01-31 14:17:06 -0600
commit6188281ddacf8184cb0213fda4ed6cfb7d487c9d (patch)
treef3bcc24517c4d50f636fc58640bcda9dd07ca6ca /go.mod
parent27028d2f40298fdde069f4e7e03218f8ecdd9dfe (diff)
remove testing code Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 0 insertions, 15 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index aac8de7..0000000
--- a/go.mod
+++ /dev/null
@@ -1,15 +0,0 @@
-module go.wit.com/apps/helloworld
-
-go 1.21.4
-
-require (
- go.wit.com/gui v0.14.0
- go.wit.com/log v0.13.18
-)
-
-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/widget v1.1.10 // indirect
-)