mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 07:23:01 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
2
vendor/github.com/jackc/pgproto3/v2/sasl_response.go
generated
vendored
2
vendor/github.com/jackc/pgproto3/v2/sasl_response.go
generated
vendored
|
|
@ -38,7 +38,7 @@ func (src SASLResponse) MarshalJSON() ([]byte, error) {
|
|||
Data string
|
||||
}{
|
||||
Type: "SASLResponse",
|
||||
Data: hex.EncodeToString(src.Data),
|
||||
Data: string(src.Data),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue