diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 05:36:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 05:36:59 -0600 |
| commit | 1d9c1c5c8e63fd19a3f60405c63cdb6a7dd2b43e (patch) | |
| tree | bf5bceca7e1e851e5fd641ca0a99438d94846218 /go.mod | |
| parent | 7dd4dd08084bad7a206a0e14e22a13af0b69e83b (diff) | |
first go.sum file ever
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ module go.wit.com/apps/myrepos go 1.21.4 + +require ( + go.wit.com/gui v0.12.16 + go.wit.com/lib/gadgets v0.12.8 + go.wit.com/lib/gui/repostatus v0.12.10 + go.wit.com/log v0.5.5 +) + +require ( + go.wit.com/dev/alexflint/arg v1.4.5 // indirect + go.wit.com/dev/alexflint/scalar v1.2.1 // indirect + go.wit.com/dev/davecgh/spew v1.1.4 // indirect + go.wit.com/widget v1.1.5 // indirect +) |
