diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 12:41:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 12:41:28 -0600 |
| commit | 1a9b13dda5e13d0786718768443bab4a6916aab9 (patch) | |
| tree | ae05054e4889c2b1b7153b2992d80c4e856df20b /go.mod | |
| parent | 513c38922b1dca37bb2b2d64c5997e44b5796d00 (diff) | |
use SetText() not SetValue()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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 -) |
