Skip to content

Commit

Permalink
chore(deps): bump github.com/sideshow/apns2 from 0.20.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [github.com/sideshow/apns2](https://github.com/sideshow/apns2) from 0.20.0 to 0.23.0.
- [Release notes](https://github.com/sideshow/apns2/releases)
- [Commits](sideshow/apns2@v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/sideshow/apns2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 23, 2023
1 parent b35d31a commit 6913d50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require (
github.com/pseudomuto/protoc-gen-doc v1.5.1
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/sideshow/apns2 v0.20.0
github.com/sideshow/apns2 v0.23.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.8.1
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
Expand Down Expand Up @@ -133,7 +133,6 @@ require (
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/docker/cli v20.10.23+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.23+incompatible // indirect
Expand Down Expand Up @@ -169,6 +168,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
Expand Down
10 changes: 7 additions & 3 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6913d50

Please sign in to comment.