diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 10:52:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 10:52:32 -0600 |
| commit | 3b95194fdce534b36041d25a92e77ff6059f2785 (patch) | |
| tree | 7e147ba7063cc4d60be38929b7403eac99b1d542 /go.mod | |
| parent | 482d39a22dba8abf3429121ce69384d3ece13568 (diff) | |
new guiv0.13.13
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ module go.wit.com/toolkits/debian go 1.21.4 require ( - go.wit.com/gui v0.13.11 + go.wit.com/gui v0.13.13 go.wit.com/log v0.5.6 ) @@ -11,5 +11,5 @@ 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.6 // indirect + go.wit.com/widget v1.1.7 // indirect ) |
