mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 07:52:25 -05:00
[chore]: Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.5 (#2747)
This commit is contained in:
parent
e24efcac8b
commit
d115f9ebc4
67 changed files with 515 additions and 385 deletions
3
vendor/github.com/jackc/pgx/v5/pgconn/config.go
generated
vendored
3
vendor/github.com/jackc/pgx/v5/pgconn/config.go
generated
vendored
|
|
@ -721,6 +721,9 @@ func configTLS(settings map[string]string, thisHost string, parseConfigOptions P
|
|||
return nil, fmt.Errorf("unable to read sslkey: %w", err)
|
||||
}
|
||||
block, _ := pem.Decode(buf)
|
||||
if block == nil {
|
||||
return nil, errors.New("failed to decode sslkey")
|
||||
}
|
||||
var pemKey []byte
|
||||
var decryptedKey []byte
|
||||
var decryptedError error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue