summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-13 21:39:44 -0600
committerJeff Carr <[email protected]>2024-01-13 21:39:44 -0600
commitb700881b43b0c64b1d0faf25b0747a5c7294fce3 (patch)
tree56efa418f30db99c00d69d26615b3cf8b1e7a8af /go.mod
parente26413e6365ec71509a3b514470e38445f4e1a1e (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.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..8e4ba8b
--- /dev/null
+++ b/go.mod
@@ -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
+)