Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
CarlosEDP fb885b37ff Update x/sys module to support Risc-V 2019-05-31 21:14:48 +00:00
Tariq Ibrahim d55e71a3d3
migrate to go modules from dep 2019-05-14 22:31:19 -07:00
Mislav Marohnić 09710c7745 Remove unused `ogier/pflag` 2019-01-18 04:16:46 +01:00
Mislav Marohnić 38bf3d7de4 Add Blackfriday dependency 2018-12-29 10:09:04 +01:00
Anthony Fok 53d2d10b58
Migrate from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 2018-06-15 00:21:54 -06:00
Mislav Marohnić 85b4e34135 Remove octokit dependency 2018-01-29 20:59:23 +01:00
Mislav Marohnić 042407ea25 Switch to vendoring dependencies with `dep`
Done by `dep init`
2018-01-29 16:13:34 +01:00
Mislav Marohnić d400838ecf Remove obsolete self-updating functionality
We might bring back the self-updater at some point, but right now it's
dead code and it's not clear to me how to implement it in a fashion
where it also updates dependent files such as shell completion scripts
and man pages.
2016-12-05 22:07:31 +01:00
Mislav Marohnić 70d7bb66d5 Fix 2FA prompt alignment in the terminal
After the last howeyc/gopass update, hitting Enter after password input
makes the next printed line appear indented to the position of the
password prompt. I'm not sure what causes this, but as a workaround,
skip the howeyc/gopass dependency altogether and interface directly with
crypto/ssh/terminal.

Fixes #1262

See https://groups.google.com/forum/#!topic/golang-nuts/kTVAbtee9UA
2016-09-11 19:53:57 +02:00
Mislav Marohnić f7c1105df3 Copy to clipboard for `create`, `issue`, `pull-request`, `release`
Also add `--browse` functionality to `create` and `release` for parity
with `issue` and `pull-request`.
2016-09-11 18:21:23 +02:00
Mislav Marohnić f355b1442e Update gopass dependency for cross-platform compatibility
howeyc/gopass@e7699d3d9e
2016-08-14 23:01:51 +02:00
Mislav Marohnić 20f3b0a088 Update go-isatty to latest for netbsd support
Fixes #1125, closes #1126
2016-02-28 00:15:56 +09:00
Mislav Marohnić 9048d4fb16 Switch from `user.Current()` to mitchellh/go-homedir
Sometimes when hub is cross-compiled, `user.Current()` won't work on
certain systems. Use an alternative way of obtaining the user's home
directory.
2016-01-22 16:03:47 +11:00
Mislav Marohnić 46a5050109 Properly nest sub-dependencies 2016-01-22 02:10:35 +11:00
Mislav Marohnić 1b862e3388 Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00