diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 14:46:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 14:46:20 -0600 |
| commit | cbafaa3c662203f9e0c42a0dcffc0057a297d1fb (patch) | |
| tree | 966ff3883ba48647f662af4904b1c8e790312b69 /go.mod | |
| parent | 209074a2448b17dfbd6d92057e4410bc4309830d (diff) | |
testing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -module go.wit.com/apps/myrepos +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.8 - go.wit.com/lib/gui/repostatus v0.12.10 + go.wit.com/lib/gadgets v0.12.9 + go.wit.com/lib/gui/repostatus v0.12.12 go.wit.com/log v0.5.5 ) |
