File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55toolchain go1.25.5
66
77require (
8- github.com/roadrunner-server/context v1.1 .0
8+ github.com/roadrunner-server/context v1.2 .0
99 github.com/roadrunner-server/errors v1.4.1
1010 github.com/rs/cors v1.11.1
1111 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1515github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1616github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
1717github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
18- github.com/roadrunner-server/context v1.1 .0 h1:isgYCesTlmA/yM9SwF5npTGSaLRcaJcTQ95IPi+2pNQ =
19- github.com/roadrunner-server/context v1.1 .0 /go.mod h1:nc2RUiN5nQgQUHZ4bf+XOmkWQ8GGFA7bYBtF76aFKDY =
18+ github.com/roadrunner-server/context v1.2 .0 h1:QKSd6ZypPbtHlxaSUULsRYHPO1IlIm0H6hm6Fdu5Ge4 =
19+ github.com/roadrunner-server/context v1.2 .0 /go.mod h1:BSjiuIBLbA5qxlLIIDS/tFDruikZ/AElS5wKtqZiltw =
2020github.com/roadrunner-server/errors v1.4.1 h1:LKNeaCGiwd3t8IaL840ZNF3UA9yDQlpvHnKddnh0YRQ =
2121github.com/roadrunner-server/errors v1.4.1 /go.mod h1:qeffnIKG0e4j1dzGpa+OGY5VKSfMphizvqWIw8s2lAo =
2222github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA =
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ require (
4848 github.com/quic-go/qpack v0.6.0 // indirect
4949 github.com/quic-go/quic-go v0.58.0 // indirect
5050 github.com/roadrunner-server/api/v4 v4.23.0 // indirect
51- github.com/roadrunner-server/context v1.1 .0 // indirect
51+ github.com/roadrunner-server/context v1.2 .0 // indirect
5252 github.com/roadrunner-server/errors v1.4.1 // indirect
5353 github.com/roadrunner-server/events v1.0.1 // indirect
5454 github.com/roadrunner-server/goridge/v3 v3.8.3 // indirect
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ github.com/roadrunner-server/api/v4 v4.23.0 h1:lrVXgP4ozD/H5DrIdT181ldVhD1R9QT5q
7272github.com/roadrunner-server/api/v4 v4.23.0 /go.mod h1:AlHuVVOklb7XF33Cf7IfmwOn3j4gGg37on9Xi6j08Bg =
7373github.com/roadrunner-server/config/v5 v5.1.9 h1:ReWwts/prEvuC4yVJ0BRDmY5sxw/1c+hGTSdJ71hIQU =
7474github.com/roadrunner-server/config/v5 v5.1.9 /go.mod h1:R6YyTWahW61tWHOI2BfdkQU/0Zc/2d6/JbJ/KEvq8F8 =
75- github.com/roadrunner-server/context v1.1 .0 h1:isgYCesTlmA/yM9SwF5npTGSaLRcaJcTQ95IPi+2pNQ =
76- github.com/roadrunner-server/context v1.1 .0 /go.mod h1:nc2RUiN5nQgQUHZ4bf+XOmkWQ8GGFA7bYBtF76aFKDY =
75+ github.com/roadrunner-server/context v1.2 .0 h1:QKSd6ZypPbtHlxaSUULsRYHPO1IlIm0H6hm6Fdu5Ge4 =
76+ github.com/roadrunner-server/context v1.2 .0 /go.mod h1:BSjiuIBLbA5qxlLIIDS/tFDruikZ/AElS5wKtqZiltw =
7777github.com/roadrunner-server/endure/v2 v2.6.2 h1:sIB4kTyE7gtT3fDhuYWUYn6Vt/dcPtiA6FoNS1eS+84 =
7878github.com/roadrunner-server/endure/v2 v2.6.2 /go.mod h1:t/2+xpNYgGBwhzn83y2MDhvhZ19UVq1REcvqn7j7RB8 =
7979github.com/roadrunner-server/errors v1.4.1 h1:LKNeaCGiwd3t8IaL840ZNF3UA9yDQlpvHnKddnh0YRQ =
You can’t perform that action at this time.
0 commit comments