Update module version to v2

This commit is contained in:
Michael Steinert
2023-11-30 12:41:22 -06:00
parent 6339228bcd
commit 50ded1b0e7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"os"
"github.com/msteinert/pam"
"github.com/msteinert/pam/v2"
"golang.org/x/term"
)