Commit graph

18 commits

Author SHA1 Message Date
jguer 11db63f1e2
fix(gomod): go mod tidy 2020-05-30 01:18:12 +02:00
jguer 732f1a5412
feat(localization): wrap all translatable strings 2020-05-05 19:21:42 +02:00
jguer 9fccdcb30f
fix(ci): implement stricter linting settings 2020-05-02 16:17:20 +02:00
Dan Pasanen 6bd920265c Use golang.org's terminal package to determine isTty()
* Don't trust that the user doesn't have a "test" binary in their
  PATH somewhere, and instead use the official golang library to
  determine whether or not we're running in a terminal
2020-03-26 09:28:02 +01:00
Jguer f4503ade39
fix(mod): update vendored modules 2020-02-27 19:26:40 +01:00
Jguer 6cb5587351
update module dependencies 2019-12-23 20:38:26 +00:00
morganamilo 1d2855ab76
Update go-alpm for pacman-next 2019-10-21 12:50:09 +01:00
morganamilo ab2101ab49
Add --searchby
Allow using the RPC's &by= field during -Ss
2019-10-10 17:43:22 +01:00
Jguer d34a84204a Changes -G in ABS to use git and symlink result.
Fixes #1027
2019-09-20 18:34:05 +01:00
morganamilo 112046853b
Use correct case on go-alpm import 2019-04-23 16:53:20 +01:00
morganamilo 711e12d7bb
Update go-srcinfo 2019-04-01 17:27:27 +01:00
morganamilo 5e04e693c4
Update go-alpm 2019-03-02 21:15:33 +00:00
morganamilo 895788e01b
Update go-alpm 2019-02-14 20:45:18 +00:00
morganamilo 5ce4a49687
Update go-alpm 2019-02-04 16:56:02 +00:00
morganamilo 4f01418769
Support -Sl
Adds (mostly) complete -Sl support. While pacman will also print the
version number for the package, packages.gz does not give version
numbers. Using -Si to fetch all that data would also be unthinkable.

Instead of just missing out the version number yay will print
"unknown-version". This is so that tools that expect a version number do
not break.
2019-01-26 23:31:46 +00:00
Jguer 50a52dba94
Fixes #865 2019-01-17 17:29:20 +00:00
Jguer 6b31a1a626
Finish transition to go modules even in gopath 2018-12-03 14:49:39 +00:00
morganamilo 90d8b15c59
Convert to go modules 2018-09-15 17:42:34 +01:00