diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ require ( require ( github.com/BurntSushi/toml v1.6.0 // indirect + github.com/SherClockHolmes/webpush-go v1.4.0 // indirect + github.com/golang-jwt/jwt/v5 v5.2.1 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.9 // indirect + golang.org/x/crypto v0.47.0 // indirect ) |
