Update pam to v2.0.0

This commit is contained in:
Conrad Hoffmann 2024-04-19 17:37:55 +02:00
parent adb2a8bdfb
commit 832c91beba
3 changed files with 10 additions and 4 deletions

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/emersion/go-webdav v0.5.1-0.20240419143909-21f251fa1de2
github.com/go-chi/chi/v5 v5.0.10
github.com/msteinert/pam v1.2.0
github.com/msteinert/pam/v2 v2.0.0
github.com/rs/zerolog v1.31.0
golang.org/x/crypto v0.18.0
)