Update dependencies. (#13778)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1a82e3e575
Коммит
d7206d2ede
2
vendor/github.com/lib/pq/scram/scram.go
сгенерированный
поставляемый
2
vendor/github.com/lib/pq/scram/scram.go
сгенерированный
поставляемый
@@ -94,7 +94,7 @@ func (c *Client) Out() []byte {
|
||||
return c.out.Bytes()
|
||||
}
|
||||
|
||||
// Err returns the error that ocurred, or nil if there were no errors.
|
||||
// Err returns the error that occurred, or nil if there were no errors.
|
||||
func (c *Client) Err() error {
|
||||
return c.err
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user