- module github.com/mastodon/webpush-apn-relay
- go 1.19
- require (
- github.com/sideshow/apns2 v0.0.0-20181014012405-060d44b53d05
- golang.org/x/net v0.3.0
- )
- require (
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
- github.com/stretchr/testify v1.8.1 // indirect
- golang.org/x/crypto v0.4.0 // indirect
- golang.org/x/text v0.5.0 // indirect
- )
|