mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 07:03:32 -06:00
Add webpush-go dependency
# Conflicts: # go.sum
This commit is contained in:
parent
f62859b61a
commit
c4012b6f15
9 changed files with 618 additions and 0 deletions
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
|
|
@ -84,6 +84,9 @@ github.com/Masterminds/semver/v3
|
|||
# github.com/Masterminds/sprig/v3 v3.2.3
|
||||
## explicit; go 1.13
|
||||
github.com/Masterminds/sprig/v3
|
||||
# github.com/SherClockHolmes/webpush-go v1.3.0
|
||||
## explicit; go 1.13
|
||||
github.com/SherClockHolmes/webpush-go
|
||||
# github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
||||
## explicit; go 1.13
|
||||
github.com/asaskevich/govalidator
|
||||
|
|
@ -1086,6 +1089,7 @@ golang.org/x/crypto/blowfish
|
|||
golang.org/x/crypto/chacha20
|
||||
golang.org/x/crypto/curve25519
|
||||
golang.org/x/crypto/ed25519
|
||||
golang.org/x/crypto/hkdf
|
||||
golang.org/x/crypto/internal/alias
|
||||
golang.org/x/crypto/internal/poly1305
|
||||
golang.org/x/crypto/pbkdf2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue