From c85f4d0302f3eff04558dfdd388dcbf631e37222 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 01:24:58 -0500 Subject: make a map[string]string for adding to the PB --- go.mod | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3