summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 01:24:58 -0500
committerJeff Carr <[email protected]>2025-10-08 01:24:58 -0500
commitc85f4d0302f3eff04558dfdd388dcbf631e37222 (patch)
treec92efb3754f026287055f3e9727b1402f22a992f /go.mod
parent25bb3b31718d8ccf5e66f8bb9a11b7a4f295bf0f (diff)
make a map[string]string for adding to the PB
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod25
1 files changed, 25 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..59a8ef7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,25 @@
+module go.wit.com/lib/debian
+
+go 1.24.1
+
+require (
+ github.com/go-cmd/cmd v1.4.3
+ go.wit.com/lib/config v0.0.12
+ go.wit.com/lib/fhelp v0.0.31
+ go.wit.com/lib/protobuf/zoopb v0.0.77
+ go.wit.com/log v0.25.1
+ golang.org/x/sys v0.36.0
+)
+
+require (
+ github.com/google/uuid v1.6.0 // indirect
+ go.wit.com/gui v0.25.5 // indirect
+ go.wit.com/lib/cobol v0.0.14 // indirect
+ go.wit.com/lib/gui/shell v0.22.34 // indirect
+ go.wit.com/lib/protobuf/guipb v0.0.18 // indirect
+ go.wit.com/lib/protobuf/httppb v0.0.11 // indirect
+ go.wit.com/widget v1.1.30 // indirect
+ golang.org/x/term v0.35.0 // indirect
+ golang.org/x/text v0.29.0 // indirect
+ google.golang.org/protobuf v1.36.10 // indirect
+)