aboutsummaryrefslogtreecommitdiff
path: root/gui/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* the module path is git.labunix.xyz/krinoLukasz Kasprzak2 days1-3/+3
| | | | | | | | | | | So that go install can find it. cgit serves no go-import meta tag, so nginx answers a ?go-get=1 request for /NAME with one pointing at https://git.labunix.xyz/NAME.git; the alternative was carrying a .git suffix through every import line forever. One sed over the imports, both go.mod files, and the dependency gate's whitelist. Nothing else depends on the path. go install works from the next tag, the first release whose go.mod carries it.
* gui: the Plan tab - scan, review, apply, with the directory lockedLukasz Kasprzak3 days1-2/+6
|
* gui module: the plan tab's model, with testsLukasz Kasprzak3 days1-0/+16