diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:24:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:24:19 -0600 |
| commit | 7a283a1da6f91c560afda240d36236c9f515d020 (patch) | |
| tree | 22dbff5ae880b7f44b58361dcd385fb9afc40314 /go.mod | |
| parent | 39da8e6810032c70abfccc5d265db108438651d2 (diff) | |
SetText()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,10 +3,10 @@ module go.wit.com/lib/gui/repostatus go 1.21.4 require ( - go.wit.com/gui v0.12.17 - go.wit.com/lib/gadgets v0.12.11 + go.wit.com/gui v0.12.18 + go.wit.com/lib/gadgets v0.12.12 go.wit.com/log v0.5.5 - go.wit.com/widget v1.1.5 + go.wit.com/widget v1.1.6 ) require ( |
