verify.go update to gopenpgp v3

This commit is contained in:
Samuel Lorch 2025-03-13 17:39:34 +01:00
parent 7e9d0e035b
commit 94992dbd4b

View file

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"strings" "strings"
"github.com/ProtonMail/gopenpgp/v2/crypto" "github.com/ProtonMail/gopenpgp/v3/crypto"
"github.com/google/uuid" "github.com/google/uuid"
) )