mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
chore: bump docker-credential-helpers version
This commit is contained in:
@ -10,13 +10,13 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
* GODT-386 Renamed bridge to general users and keep bridge only for bridge stuff.
|
* GODT-386 Renamed bridge to general users and keep bridge only for bridge stuff.
|
||||||
* GODT-308 Better user error message when request is canceled.
|
* GODT-308 Better user error message when request is canceled.
|
||||||
* GODT-312 Validate recipient emails in send before asking for their public keys.
|
* GODT-312 Validate recipient emails in send before asking for their public keys.
|
||||||
|
* GODT-368 Bump docker-credential-helpers version.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* GODT-356 Fix crash when removing account while mail client is fetching messages (regression from GODT-204).
|
* GODT-356 Fix crash when removing account while mail client is fetching messages (regression from GODT-204).
|
||||||
* GODT-390 Don't logout user if AuthRefresh fails because internet was off.
|
* GODT-390 Don't logout user if AuthRefresh fails because internet was off.
|
||||||
* GODT-358 Bad timeouts with Alternative Routing
|
* GODT-358 Bad timeouts with Alternative Routing
|
||||||
* GODT-363 Drafts are not deleted when already created on webapp.
|
* GODT-363 Drafts are not deleted when already created on webapp.
|
||||||
|
|
||||||
* GODT-390 Don't logout user if AuthRefresh fails because internet was off
|
* GODT-390 Don't logout user if AuthRefresh fails because internet was off
|
||||||
* GODT-341 Fixed flaky unittest for Store synchronization cooldown
|
* GODT-341 Fixed flaky unittest for Store synchronization cooldown
|
||||||
|
|
||||||
|
|||||||
4
go.mod
4
go.mod
@ -5,7 +5,7 @@ go 1.13
|
|||||||
// These dependencies are `replace`d below, so the version numbers should be ignored.
|
// These dependencies are `replace`d below, so the version numbers should be ignored.
|
||||||
// They are in a separate require block to highlight this.
|
// They are in a separate require block to highlight this.
|
||||||
require (
|
require (
|
||||||
github.com/docker/docker-credential-helpers v0.0.0-00010101000000-000000000000
|
github.com/docker/docker-credential-helpers v0.6.3
|
||||||
github.com/emersion/go-smtp v0.0.0-20180712174835-db5eec195e67
|
github.com/emersion/go-smtp v0.0.0-20180712174835-db5eec195e67
|
||||||
github.com/jameskeane/bcrypt v0.0.0-20170924085257-7509ea014998
|
github.com/jameskeane/bcrypt v0.0.0-20170924085257-7509ea014998
|
||||||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
||||||
@ -68,7 +68,7 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
github.com/docker/docker-credential-helpers => github.com/ProtonMail/docker-credential-helpers v1.0.0
|
github.com/docker/docker-credential-helpers => github.com/ProtonMail/docker-credential-helpers v1.1.0
|
||||||
github.com/emersion/go-smtp => github.com/ProtonMail/go-smtp v0.0.0-20181206232543-8261df20d309
|
github.com/emersion/go-smtp => github.com/ProtonMail/go-smtp v0.0.0-20181206232543-8261df20d309
|
||||||
github.com/jameskeane/bcrypt => github.com/ProtonMail/bcrypt v0.0.0-20170924085257-7509ea014998
|
github.com/jameskeane/bcrypt => github.com/ProtonMail/bcrypt v0.0.0-20170924085257-7509ea014998
|
||||||
golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190604143603-d3d8a14a4d4f
|
golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190604143603-d3d8a14a4d4f
|
||||||
|
|||||||
Reference in New Issue
Block a user