verify.go update to gopenpgp v3

This commit is contained in:
Samuel Lorch 2025-03-13 17:39:34 +01:00
parent e189e2babc
commit 53a858f817

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"
) )