summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 14:14:59 -0600
committerJeff Carr <[email protected]>2024-01-31 14:14:59 -0600
commit52f207a1055c46526f597316b04aad714625d859 (patch)
treeb8a5fd31c336b5570abd15ee9248c92652ca77d0 /go.mod
parenta021641d2efb391ccadb388e70a798f052342b5b (diff)
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 0 insertions, 16 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 1bbaddb..0000000
--- a/go.mod
+++ /dev/null
@@ -1,16 +0,0 @@
-module go.wit.com/apps/basicwindow
-
-go 1.21.4
-
-require (
- go.wit.com/gui v0.14.0
- go.wit.com/lib/gadgets 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
-)