diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 21:43:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 21:43:31 -0600 |
| commit | dda63e3732ddb94ca7e4533d7dfbc0c95e99c497 (patch) | |
| tree | e1b1bafc1c15d721360f324f178d96a0e0919a1e /go.mod | |
| parent | 68b7338b62b73cb3329a90bbdafb3b868c0caa0e (diff) | |
testing Delete/Show/Hide
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,13 +6,15 @@ require ( go.wit.com/apps/control-panel-dns v0.12.2 go.wit.com/gui/gadgets v0.12.2 go.wit.com/gui/gadgets/repostatus v0.12.2 - go.wit.com/gui/gui v0.12.6 + go.wit.com/gui/gui v0.12.8 go.wit.com/log v0.5.3 ) require ( github.com/alexflint/go-scalar v1.2.0 // indirect + go.wit.com/dev/alexflint/arg v1.4.5 // indirect go.wit.com/dev/alexflint/go-arg v1.4.6 // indirect + go.wit.com/dev/alexflint/scalar v1.2.1 // indirect go.wit.com/dev/davecgh/spew v1.1.3 // indirect - go.wit.com/gui/widget v0.0.0-20240105185907-84aafa536a93 // indirect + go.wit.com/gui/widget v1.1.3 // indirect ) |
