mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-03 23:57:23 -04:00
Port to latest libmutton development version (account for massive refactor)
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/rwinkhart/go-boilerplate/front"
|
||||
"github.com/rwinkhart/libmutton/core"
|
||||
"github.com/rwinkhart/libmutton/global"
|
||||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
@@ -20,5 +20,5 @@ const (
|
||||
)
|
||||
|
||||
func init() {
|
||||
core.GetPassphrase = front.InputHidden
|
||||
global.GetPassphrase = front.InputHidden
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user