mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-23 03:21:59 -08:00
bump webpush-go to release version
This commit is contained in:
parent
b38ca31ced
commit
881f403164
6 changed files with 7 additions and 7 deletions
2
vendor/github.com/ergochat/webpush-go/v2/webpush.go
generated
vendored
2
vendor/github.com/ergochat/webpush-go/v2/webpush.go
generated
vendored
|
|
@ -29,7 +29,7 @@ var (
|
|||
|
||||
invalidAuthKeyLength = errors.New("invalid auth key length (must be 16)")
|
||||
|
||||
defaultHTTPClient = &http.Client{}
|
||||
defaultHTTPClient HTTPClient = &http.Client{}
|
||||
)
|
||||
|
||||
// HTTPClient is an interface for sending the notification HTTP request / testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue