Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 62ab5a8

Browse files
committed
Merge pull request howeyc#9 from justinfenn/master
update import path for crypto/ssh/terminal
2 parents 438f04a + 66552b5 commit 62ab5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package gopass
55
import (
66
"syscall"
77

8-
"code.google.com/p/go.crypto/ssh/terminal"
8+
"golang.org/x/crypto/ssh/terminal"
99
)
1010

1111
func getch() byte {

0 commit comments

Comments
 (0)