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" "fmt"
"os" "os"
"github.com/msteinert/pam" "github.com/msteinert/pam/v2"
"golang.org/x/term" "golang.org/x/term"
) )

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/msteinert/pam module github.com/msteinert/pam/v2
go 1.20 go 1.20