summaryrefslogtreecommitdiff
path: root/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go2
1 files changed, 1 insertions, 1 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"
)