fix(GODT-2307): removed deprecated macOS security framework function.

This commit is contained in:
Xavier Michelon
2023-05-17 09:45:31 +02:00
parent 900caec09e
commit 21f833ea11
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@ -127,5 +127,5 @@ require (
replace (
github.com/docker/docker-credential-helpers => github.com/ProtonMail/docker-credential-helpers v1.1.0
github.com/emersion/go-message => github.com/ProtonMail/go-message v0.0.0-20210611055058-fabeff2ec753
github.com/keybase/go-keychain => github.com/cuthix/go-keychain v0.0.0-20220405075754-31e7cee908fe
github.com/keybase/go-keychain => github.com/cuthix/go-keychain v0.0.0-20230517073537-fc1740a83768
)