File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
github.com/ProtonMail/go-crypto/openpgp/internal/ecc Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.3
7
- github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371
7
+ github.com/ProtonMail/go-crypto v1 .0.0
8
8
github.com/bradleyfalzon/ghinstallation v1.1.1
9
9
github.com/cosiner/argv v0.1.1-0.20200416041250-86e3c689263e
10
10
github.com/go-git/go-git/v5 v5.11.0
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
50
50
github.com/Microsoft/go-winio v0.6.1 /go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM =
51
51
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw =
52
52
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 /go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk =
53
- github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371 h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg =
54
- github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371 /go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0 =
53
+ github.com/ProtonMail/go-crypto v1 .0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78 =
54
+ github.com/ProtonMail/go-crypto v1 .0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0 =
55
55
github.com/a8m/envsubst v1.3.0 h1:GmXKmVssap0YtlU3E230W98RWtWCyIZzjtf1apWWyAg =
56
56
github.com/a8m/envsubst v1.3.0 /go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY =
57
57
github.com/alecthomas/assert/v2 v2.0.3 h1:WKqJODfOiQG0nEJKFKzDIG3E29CN2/4zR9XGJzKIkbg =
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ github.com/Microsoft/go-winio/internal/fs
65
65
github.com/Microsoft/go-winio/internal/socket
66
66
github.com/Microsoft/go-winio/internal/stringbuffer
67
67
github.com/Microsoft/go-winio/pkg/guid
68
- # github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371
68
+ # github.com/ProtonMail/go-crypto v1 .0.0
69
69
## explicit; go 1.13
70
70
github.com/ProtonMail/go-crypto/bitcurves
71
71
github.com/ProtonMail/go-crypto/brainpool
You can’t perform that action at this time.
0 commit comments