diff options
| author | Jeff Carr <[email protected]> | 2025-05-29 19:18:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-05-29 19:18:12 -0500 |
| commit | 2f6b497b12ada0b920fb61f80a5756c3aded599a (patch) | |
| tree | 9936a63d3a97192095fabe5be0b3d771c9231b00 /http.go | |
| parent | c0b5f7da3ad782d6d30f2c9abcf2ef239b4df58a (diff) | |
fixes do to 'go mod' behavior changesv0.23.87v0.23.86v0.23.85v0.23.84v0.23.83v0.23.82v0.23.81v0.23.80
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } testGoRepo(check) me.forge.HumanPrintRepo(check) + log.Info("upgrade reason:", me.reason[check]) return case "/list": me.forge.PrintHumanTable(me.found) |
