Port to latest libmutton development version (account for massive refactor)

This commit is contained in:
2025-05-12 16:46:17 +00:00
parent 392af55b4c
commit 310c935d2d
9 changed files with 30 additions and 27 deletions
+2 -2
View File
@@ -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
}