implement draft/webpush (#2205)

This commit is contained in:
Shivaram Lingamneni
2025-01-13 18:47:21 -08:00
committed by GitHub
parent efd3764337
commit 36e5451aa5
44 changed files with 2091 additions and 100 deletions

4
vendor/modules.txt vendored
View File

@@ -22,6 +22,9 @@ github.com/ergochat/irc-go/ircfmt
github.com/ergochat/irc-go/ircmsg
github.com/ergochat/irc-go/ircreader
github.com/ergochat/irc-go/ircutils
# github.com/ergochat/webpush-go/v2 v2.0.0-rc1
## explicit; go 1.20
github.com/ergochat/webpush-go/v2
# github.com/go-sql-driver/mysql v1.7.0
## explicit; go 1.13
github.com/go-sql-driver/mysql
@@ -83,6 +86,7 @@ github.com/xdg-go/scram
## explicit; go 1.20
golang.org/x/crypto/bcrypt
golang.org/x/crypto/blowfish
golang.org/x/crypto/hkdf
golang.org/x/crypto/pbkdf2
golang.org/x/crypto/sha3
# golang.org/x/sys v0.22.0