Skip to content

Commit d33d4df

Browse files
committed
chore(deps): update dependencies
1 parent 11d1d71 commit d33d4df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ require (
4444
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4545
github.com/prometheus/client_golang v1.19.0 // indirect
4646
github.com/prometheus/client_model v0.6.1 // indirect
47-
github.com/prometheus/common v0.52.2 // indirect
47+
github.com/prometheus/common v0.52.3 // indirect
4848
github.com/prometheus/procfs v0.13.0 // indirect
4949
github.com/quic-go/qpack v0.4.0 // indirect
5050
github.com/quic-go/quic-go v0.42.0 // indirect
5151
github.com/roadrunner-server/api/v4 v4.12.0 // indirect
5252
github.com/roadrunner-server/errors v1.4.0 // indirect
53-
github.com/roadrunner-server/goridge/v3 v3.8.1 // indirect
53+
github.com/roadrunner-server/goridge/v3 v3.8.2 // indirect
5454
github.com/roadrunner-server/sdk/v4 v4.6.0 // indirect
5555
github.com/roadrunner-server/tcplisten v1.4.0 // indirect
5656
github.com/rs/cors v1.10.1 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7km
7575
github.com/prometheus/client_golang v1.19.0/go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k=
7676
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
7777
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
78-
github.com/prometheus/common v0.52.2 h1:LW8Vk7BccEdONfrJBDffQGRtpSzi5CQaRZGtboOO2ck=
79-
github.com/prometheus/common v0.52.2/go.mod h1:lrWtQx+iDfn2mbH5GUzlH9TSHyfZpHkSiG1W7y3sF2Q=
78+
github.com/prometheus/common v0.52.3 h1:5f8uj6ZwHSscOGNdIQg6OiZv/ybiK2CO2q2drVZAQSA=
79+
github.com/prometheus/common v0.52.3/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U=
8080
github.com/prometheus/procfs v0.13.0 h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGKX7o=
8181
github.com/prometheus/procfs v0.13.0/go.mod h1:cd4PFCR54QLnGKPaKGA6l+cfuNXtht43ZKY6tow0Y1g=
8282
github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
@@ -91,8 +91,8 @@ github.com/roadrunner-server/endure/v2 v2.4.4 h1:Fu7q3+Kx41ebUjfi+BH8f3yEj8+9onF
9191
github.com/roadrunner-server/endure/v2 v2.4.4/go.mod h1:SifASS4cWUoQPH9U4RJ3EZ8rYYG93i57vZ73pORRrtw=
9292
github.com/roadrunner-server/errors v1.4.0 h1:Odjg3VZrj1q5Y8ILwoN+JgERyv0pkhrWPNOM4h68iQ8=
9393
github.com/roadrunner-server/errors v1.4.0/go.mod h1:78PvraAFj+Sxy5nDmo0S+h6rEMLFIDszWZxA3B0sPAs=
94-
github.com/roadrunner-server/goridge/v3 v3.8.1 h1:mdS5lDKQwPuVJ2jwW7l5cngJNJiie7xEGwpgw7a6CuQ=
95-
github.com/roadrunner-server/goridge/v3 v3.8.1/go.mod h1:L5UkNzD8aKLz6TzpqmmiHOJ6EnsadsWEYNoqK/4qoK0=
94+
github.com/roadrunner-server/goridge/v3 v3.8.2 h1:4TpIJAMylMIVTva/L/STB4ZvYNVoQ77+Syr6abxj95c=
95+
github.com/roadrunner-server/goridge/v3 v3.8.2/go.mod h1:7IIDW50j1saxnOxktFeUPpkSIfyvM/dYopTrbGWXboA=
9696
github.com/roadrunner-server/http/v4 v4.5.3 h1:0pEilNRSpbj6DWVuPK8mk27q+QG3gqF6s6x2HCRvnjo=
9797
github.com/roadrunner-server/http/v4 v4.5.3/go.mod h1:tOvt7MmUNTs1IQR4GBwSl5a/vrn3KCG+755wTfeIFz8=
9898
github.com/roadrunner-server/logger/v4 v4.2.16 h1:4mGVR5t9t/jGzJQEM/fiLpzrXV93sfhtVvgn5k1iW0E=

0 commit comments

Comments
 (0)