diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 03:14:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 03:14:53 -0600 |
| commit | b3028e349ce0025ce89d78d5651b9e3406222974 (patch) | |
| tree | 1b70452ad5d07f97da17aeb61321d7440289590c /go.mod | |
| parent | 9d1b3c03590af139de4a2b63d06f24fd74bcb283 (diff) | |
self update testv0.22.7
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +module go.wit.com/apps/guireleaser + +go 1.22.5 + +require ( + go.wit.com/dev/alexflint/arg v1.4.5 + go.wit.com/gui v0.22.3 + go.wit.com/lib/debugger v0.22.0 + go.wit.com/lib/gadgets v0.22.0 + go.wit.com/lib/gui/gowit v0.22.2 + go.wit.com/lib/gui/logsettings v0.22.0 + go.wit.com/lib/gui/repolist v0.22.8 + go.wit.com/lib/gui/repostatus v0.22.9 + go.wit.com/lib/gui/shell v0.22.4 + go.wit.com/log v0.22.3 +) + +require ( + github.com/google/uuid v1.6.0 // indirect + go.wit.com/dev/alexflint/scalar v1.2.1 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect + go.wit.com/lib/protobuf/virtbuf v0.2.4 // indirect + go.wit.com/widget v1.1.26 // indirect + google.golang.org/protobuf v1.35.1 // indirect +) |
