summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 16:16:44 -0600
committerJeff Carr <[email protected]>2024-01-30 16:16:44 -0600
commit6514043d9fee59cdf1ee2f075c8b7992dd766657 (patch)
tree88340f99960636783357ada33d3d0b331cd91193 /go.mod
parent1ac95c7125b6f2f196138139b85c82284e5adbd7 (diff)
release automationv0.17.0
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 b3af831..0000000
--- a/go.mod
+++ /dev/null
@@ -1,15 +0,0 @@
-module go.wit.com/lib/gadgets
-
-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
-)