Skip to content

Commit

Permalink
Update module version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
msteinert committed Nov 30, 2023
1 parent 6339228 commit 50ded1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"os"

"github.com/msteinert/pam"
"github.com/msteinert/pam/v2"
"golang.org/x/term"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/msteinert/pam
module github.com/msteinert/pam/v2

go 1.20

Expand Down

0 comments on commit 50ded1b

Please sign in to comment.