go.mod 354 B

12345678910111213141516
  1. module github.com/mastodon/webpush-apn-relay
  2. go 1.19
  3. require (
  4. github.com/sideshow/apns2 v0.0.0-20181014012405-060d44b53d05
  5. golang.org/x/net v0.3.0
  6. )
  7. require (
  8. github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
  9. github.com/stretchr/testify v1.8.1 // indirect
  10. golang.org/x/crypto v0.4.0 // indirect
  11. golang.org/x/text v0.5.0 // indirect
  12. )