diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 18:37:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 18:37:27 -0600 |
| commit | db36cef85a81d1978f5fe1d3bf46698547afd088 (patch) | |
| tree | 92bea64224a34cc00a22f73d67ebcc3cb32a1d70 /go.mod | |
| parent | fa56bf146b80c84eea6f7cd46a589634a69aabef (diff) | |
more more into repostatus package
better working labels
autotypist auto hides
hide unmodified repos works again
go build args out of order
download the toolkits
first auto rebuild of autotypist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -1,20 +0,0 @@ -module go.wit.com/apps/autotypist - -go 1.21.4 - -require ( - go.wit.com/gui v0.12.16 - go.wit.com/lib/gadgets v0.12.9 - go.wit.com/lib/gui/repostatus v0.12.13 - go.wit.com/log v0.5.5 -) - -require ( - github.com/hashicorp/errwrap v1.0.0 // indirect - github.com/hashicorp/go-multierror v1.0.0 // indirect - github.com/posener/complete v1.2.3 // indirect - 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 -) |
