diff options
| author | Jeff Carr <[email protected]> | 2024-01-13 21:39:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-13 21:39:44 -0600 |
| commit | b700881b43b0c64b1d0faf25b0747a5c7294fce3 (patch) | |
| tree | 56efa418f30db99c00d69d26615b3cf8b1e7a8af /go.mod | |
| parent | e26413e6365ec71509a3b514470e38445f4e1a1e (diff) | |
everything successfully in repostatus package
code now uses 'hidden' widgets
add go.*
remvoe old code
status is maybe done
skips non-existent repos
Signed-off-by: Jeff Carr <[email protected]>
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +module go.wit.com/apps/myrepos + +go 1.21.4 + +require ( + go.wit.com/apps/control-panel-dns v0.12.1 + go.wit.com/gui/gadgets v0.10.3 + go.wit.com/gui/gadgets/repostatus v0.0.0-20240110012216-abd9781d8a60 + go.wit.com/gui/gui v0.12.4 + go.wit.com/log v0.5.1 +) + +require ( + github.com/alexflint/go-scalar v1.2.0 // indirect + go.wit.com/dev/alexflint/go-arg v1.4.4 // indirect + go.wit.com/gui/widget v0.0.0-20240105185907-84aafa536a93 // indirect + go.wit.com/spew v0.0.0-20240101141411-c7b8e91573c9 // indirect +) |
