diff --git a/go.mod b/go.mod index 16a403f..aa8c615 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ toolchain go1.26.4 require ( github.com/ProtonMail/gluon v0.17.1-0.20260225115619-c0f05c033a4a github.com/ProtonMail/go-proton-api v0.4.1-0.20260424150947-6bf7f5a61eb8 - github.com/ProtonMail/gopenpgp/v2 v2.10.0-proton + github.com/ProtonMail/gopenpgp/v2 v2.10.0 github.com/charmbracelet/bubbles v1.0.0 github.com/charmbracelet/bubbletea v1.3.10 github.com/charmbracelet/lipgloss v1.1.0 @@ -34,7 +34,7 @@ require ( require ( github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf // indirect - github.com/ProtonMail/go-crypto v1.4.1-proton // indirect + github.com/ProtonMail/go-crypto v1.4.1 // indirect github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect github.com/ProtonMail/go-srp v0.0.7 // indirect github.com/PuerkitoBio/goquery v1.12.0 // indirect diff --git a/go.sum b/go.sum index 7b42592..1b0c820 100644 --- a/go.sum +++ b/go.sum @@ -9,16 +9,16 @@ github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf/go.mod h1:o0ESU9 github.com/ProtonMail/gluon v0.17.1-0.20260225115619-c0f05c033a4a h1:x1Q9Fx8/SKO7JcJQvDCXY61h8SMgrJ2uOIR+nMn/eHo= github.com/ProtonMail/gluon v0.17.1-0.20260225115619-c0f05c033a4a/go.mod h1:0wi1rRLBe6aF8UTddl0CT2A4ri7jTBvrHr8RW6X2Ecc= github.com/ProtonMail/go-crypto v0.0.0-20230321155629-9a39f2531310/go.mod h1:8TI4H3IbrackdNgv+92dI+rhpCaLqM0IfpgCgenFvRE= -github.com/ProtonMail/go-crypto v1.4.1-proton h1:I4nanwGUmEeu7bTP9pkVWBbebGaxGyeMPnPRKmL++DY= -github.com/ProtonMail/go-crypto v1.4.1-proton/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo= +github.com/ProtonMail/go-crypto v1.4.1 h1:9RfcZHqEQUvP8RzecWEUafnZVtEvrBVL9BiF67IQOfM= +github.com/ProtonMail/go-crypto v1.4.1/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo= github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k= github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f/go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw= github.com/ProtonMail/go-proton-api v0.4.1-0.20260424150947-6bf7f5a61eb8 h1:qw0xuEKLE+Vy634dhGI1ILljPWgo2yCPs1X61RSsiO8= github.com/ProtonMail/go-proton-api v0.4.1-0.20260424150947-6bf7f5a61eb8/go.mod h1:ZqLGUp5vHujlBkdf55+7ITgbaw2+MNuBxtmQvEqIcwE= github.com/ProtonMail/go-srp v0.0.7 h1:Sos3Qk+th4tQR64vsxGIxYpN3rdnG9Wf9K4ZloC1JrI= github.com/ProtonMail/go-srp v0.0.7/go.mod h1:giCp+7qRnMIcCvI6V6U3S1lDDXDQYx2ewJ6F/9wdlJk= -github.com/ProtonMail/gopenpgp/v2 v2.10.0-proton h1:d9EdXObucN2CNY1XGONJQH0+5q0q1+zTdxPhdF70C6w= -github.com/ProtonMail/gopenpgp/v2 v2.10.0-proton/go.mod h1:B6khh1WJnEJyjXk6b2FR7RfNoPGqPqvvnD3EqBMs5LI= +github.com/ProtonMail/gopenpgp/v2 v2.10.0 h1:llCzLvntC9+iH+if/na4AgKTef/Zm4vpaRrR3+JdKvo= +github.com/ProtonMail/gopenpgp/v2 v2.10.0/go.mod h1:dc0h9Pg3ftfN0U4pfRzujilfh61A2R52wgMkZWcWm2I= github.com/ProtonMail/resty/v2 v2.0.0-20250929142426-e3dc6308c80b h1:0GYNP0odNPJFn1fbfwthcYPd3it0AVntvSaCjh2nlaE= github.com/ProtonMail/resty/v2 v2.0.0-20250929142426-e3dc6308c80b/go.mod h1:iiP/OpA0CkcL3IGt1O0+/SIItFUbkkyw5BGXiVdTu+A= github.com/PuerkitoBio/goquery v1.12.0 h1:pAcL4g3WRXekcB9AU/y1mbKez2dbY2AajVhtkO8RIBo=