summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example_test.go2
-rw-r--r--go.mod2
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"
)
diff --git a/go.mod b/go.mod
index b3e7d5f..b30e2a4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/msteinert/pam
+module github.com/msteinert/pam/v2
go 1.20