diff options
author | Michael Steinert <[email protected]> | 2023-11-30 12:41:22 -0600 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2023-11-30 12:41:22 -0600 |
commit | 50ded1b0e7864b9bf75005eb945a8ec826bcf69d (patch) | |
tree | 4e74c757f93731a7260c2c275e57841e2212e6c4 | |
parent | 6339228bcdc48667ad0accffd1d7bb0efcc927fe (diff) |
Update module version to v2
-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 |