summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 12:41:28 -0600
committerJeff Carr <[email protected]>2024-01-31 12:41:28 -0600
commit1a9b13dda5e13d0786718768443bab4a6916aab9 (patch)
treeae05054e4889c2b1b7153b2992d80c4e856df20b /go.mod
parent513c38922b1dca37bb2b2d64c5997e44b5796d00 (diff)
use SetText() not SetValue()
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 3b1404c..0000000
--- a/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module go.wit.com/lib/gui/linuxstatus
-
-go 1.21.4
-
-require (
- github.com/Showmax/go-fqdn v1.0.0
- 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
-)