Skip to content

Commit 2c1ed11

Browse files
authored
Merge pull request #5 from renchap/upgrade-dependencies
Update dependencies
2 parents 2e4687c + 7c94e52 commit 2c1ed11

File tree

2 files changed

+111
-92
lines changed

2 files changed

+111
-92
lines changed

go.mod

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,42 @@ module github.com/mastodon/webpush-apn-relay
33
go 1.22
44

55
require (
6-
github.com/sideshow/apns2 v0.0.0-20181014012405-060d44b53d05
7-
golang.org/x/net v0.17.0
6+
github.com/sideshow/apns2 v0.23.0
7+
golang.org/x/net v0.24.0
88
gopkg.in/DataDog/dd-trace-go.v1 v1.62.0
99
)
1010

1111
require (
1212
github.com/DataDog/appsec-internal-go v1.5.0 // indirect
13-
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
14-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
15-
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
16-
github.com/DataDog/go-libddwaf/v2 v2.3.2 // indirect
17-
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
18-
github.com/DataDog/sketches-go v1.4.2 // indirect
13+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.52.1 // indirect
14+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.52.1 // indirect
15+
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
16+
github.com/DataDog/go-libddwaf/v2 v2.4.2 // indirect
17+
github.com/DataDog/go-sqllexer v0.0.11 // indirect
18+
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
19+
github.com/DataDog/sketches-go v1.4.4 // indirect
1920
github.com/Microsoft/go-winio v0.6.1 // indirect
20-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
21-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
21+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2222
github.com/dustin/go-humanize v1.0.1 // indirect
23-
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
24-
github.com/golang/protobuf v1.5.3 // indirect
25-
github.com/google/uuid v1.3.1 // indirect
23+
github.com/ebitengine/purego v0.7.1 // indirect
24+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
25+
github.com/golang/protobuf v1.5.4 // indirect
26+
github.com/google/uuid v1.6.0 // indirect
2627
github.com/hashicorp/errwrap v1.1.0 // indirect
2728
github.com/hashicorp/go-multierror v1.1.1 // indirect
2829
github.com/outcaste-io/ristretto v0.2.3 // indirect
2930
github.com/philhofer/fwd v1.1.2 // indirect
3031
github.com/pkg/errors v0.9.1 // indirect
31-
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
32-
github.com/stretchr/testify v1.8.4 // indirect
33-
github.com/tinylib/msgp v1.1.8 // indirect
32+
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
33+
github.com/tinylib/msgp v1.1.9 // indirect
3434
go.uber.org/atomic v1.11.0 // indirect
35-
golang.org/x/crypto v0.17.0 // indirect
36-
golang.org/x/mod v0.12.0 // indirect
37-
golang.org/x/sys v0.16.0 // indirect
35+
golang.org/x/crypto v0.22.0 // indirect
36+
golang.org/x/mod v0.17.0 // indirect
37+
golang.org/x/sync v0.7.0 // indirect
38+
golang.org/x/sys v0.19.0 // indirect
3839
golang.org/x/text v0.14.0 // indirect
39-
golang.org/x/time v0.3.0 // indirect
40-
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
41-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
42-
google.golang.org/protobuf v1.30.0 // indirect
40+
golang.org/x/time v0.5.0 // indirect
41+
golang.org/x/tools v0.20.0 // indirect
42+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
43+
google.golang.org/protobuf v1.33.0 // indirect
4344
)

0 commit comments

Comments
 (0)