File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/warrensbox/terraform-switcher
3
3
go 1.22
4
4
5
5
require (
6
- github.com/ProtonMail/gopenpgp/v2 v2.8.0
6
+ github.com/ProtonMail/gopenpgp/v2 v2.8.1
7
7
github.com/gookit/color v1.5.4
8
8
github.com/gookit/slog v0.5.7
9
9
github.com/hashicorp/go-version v1.7.0
@@ -19,7 +19,7 @@ require (
19
19
)
20
20
21
21
require (
22
- github.com/ProtonMail/go-crypto v1.1.0 // indirect
22
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
23
23
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
24
24
github.com/agext/levenshtein v1.2.3 // indirect
25
25
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/ProtonMail/go-crypto v1.1.0 h1:OnlSGxXflfrWJESDsGQOmACNQRM9IflG3q8XTrOqvbE =
2
- github.com/ProtonMail/go-crypto v1.1.0 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
1
+ github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk =
2
+ github.com/ProtonMail/go-crypto v1.1.3 /go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE =
3
3
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
4
4
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
5
- github.com/ProtonMail/gopenpgp/v2 v2.8.0 h1:WvMv3CMcFsqKSM4/Qf8sf3tgyQkzDqQmoSE49bnBuP4 =
6
- github.com/ProtonMail/gopenpgp/v2 v2.8.0 /go.mod h1:qb2GUSnmA9ipBW5GVtCtEhkummSlqs2A8Ar3S0HBgSY =
5
+ github.com/ProtonMail/gopenpgp/v2 v2.8.1 h1:WGE1THOhOnLurL0+N4BOlLkIhjEO7YVZgmpgyDHN56A =
6
+ github.com/ProtonMail/gopenpgp/v2 v2.8.1 /go.mod h1:4PUgqGSQjd7HldUbAgMmC69+Gv6DO8NomCNi0y8+BTc =
7
7
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo =
8
8
github.com/agext/levenshtein v1.2.3 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
9
9
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY =
You can’t perform that action at this time.
0 commit comments