mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 16:51:10 -06:00
migrate go version to 1.17 (#203)
* migrate go version to 1.17 * update contributing
This commit is contained in:
parent
e681aac589
commit
f2e5bedea6
282 changed files with 11863 additions and 12600 deletions
1
vendor/gopkg.in/square/go-jose.v2/crypter.go
generated
vendored
1
vendor/gopkg.in/square/go-jose.v2/crypter.go
generated
vendored
|
|
@ -216,6 +216,7 @@ func NewMultiEncrypter(enc ContentEncryption, rcpts []Recipient, opts *Encrypter
|
|||
|
||||
if opts != nil {
|
||||
encrypter.compressionAlg = opts.Compression
|
||||
encrypter.extraHeaders = opts.ExtraHeaders
|
||||
}
|
||||
|
||||
for _, recipient := range rcpts {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue