1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

PR 358 - x/term.ReadPassword and os.Exit

This commit is contained in:
manuelbcd
2021-03-04 10:58:08 +00:00
parent c2a046111c
commit 7e1d26c27b
2 changed files with 5 additions and 6 deletions

1
go.mod
View File

@ -10,4 +10,5 @@ require (
github.com/pkg/errors v0.9.1
github.com/trivago/tgo v1.0.7
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
)