From 84d344cb0acb94844be134192dec22edcfa90a6b Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Fri, 29 May 2020 14:54:43 +0200 Subject: [PATCH] chore: bump docker-credential-helpers version --- Changelog.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 17a6a88b..ade76b14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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-308 Better user error message when request is canceled. * GODT-312 Validate recipient emails in send before asking for their public keys. +* GODT-368 Bump docker-credential-helpers version. ### Fixed * 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-358 Bad timeouts with Alternative Routing * 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-341 Fixed flaky unittest for Store synchronization cooldown diff --git a/go.mod b/go.mod index 1e71ff23..0cc5c05c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.13 // These dependencies are `replace`d below, so the version numbers should be ignored. // They are in a separate require block to highlight this. 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/jameskeane/bcrypt v0.0.0-20170924085257-7509ea014998 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 @@ -68,7 +68,7 @@ require ( ) 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/jameskeane/bcrypt => github.com/ProtonMail/bcrypt v0.0.0-20170924085257-7509ea014998 golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190604143603-d3d8a14a4d4f