summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-29 13:50:22 -0600
committerJeff Carr <[email protected]>2024-01-29 13:50:22 -0600
commit5f636ae9a3d75ad56b6a8b205b49afde36e8b991 (patch)
treebfc7839ac94e1184db8c6a0dc4c87d6c7ab690b4 /go.mod
parentee5799a45508c7b1aa0d57b7a5840e200762fbd1 (diff)
testing go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 0 insertions, 17 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 54040b5..0000000
--- a/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module go.wit.com/lib/debugger
-
-go 1.21.4
-
-require (
- go.wit.com/dev/alexflint/arg v1.4.5
- go.wit.com/gui v0.14.0
- go.wit.com/lib/gadgets v0.14.0
- go.wit.com/lib/gui/logsettings v0.13.18
- 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
-)