diff options
-rw-r--r-- | example_test.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example_test.go b/example_test.go index 3ab0882..6782bdf 100644 --- a/example_test.go +++ b/example_test.go @@ -6,7 +6,7 @@ import ( "fmt" "os" - "github.com/msteinert/pam" + "github.com/msteinert/pam/v2" "golang.org/x/term" ) @@ -1,4 +1,4 @@ -module github.com/msteinert/pam +module github.com/msteinert/pam/v2 go 1.20 |