aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go.mod: add missing depsJason A. Donenfeld2019-05-131-3/+7
|
* go.mod: use forked winio with no thirdparty depsJason A. Donenfeld2019-04-291-1/+2
|
* ui: embed resource the old fashioned wayJason A. Donenfeld2019-03-071-1/+0
| | | | | | | | | If we ever get rid of the cgo requirement, we can return to rsrc or some variant of it. But given that win32 GUI stuff benefits from the larger cgo stacks, that seems unlikely. This gives us a bit more latitude to embed all sorts of interesting things in here as well. Clean up the makefile while we're at it and reduce the size of the exe.
* go.mod: use latest for all trusted repos while under developmentJason A. Donenfeld2019-03-021-3/+3
|
* build: add rsrc to go moduleJason A. Donenfeld2019-02-281-0/+1
|
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-0/+5
|
* Makefile: initial series of horrendous makefile hacksJason A. Donenfeld2019-02-281-0/+10
Hopefully we'll use go modules properly and this won't be required.