File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88# API Plugins
99
10- [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/roadrunner-server/api-plugins/v5 )] ( https://pkg.go.dev/github.com/roadrunner-server/api-plugins/v5 )
11- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/roadrunner-server/api-plugins/v5 )] ( https://goreportcard.com/report/github.com/roadrunner-server/api-plugins/v5 )
10+ [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/roadrunner-server/api-plugins/v6 )] ( https://pkg.go.dev/github.com/roadrunner-server/api-plugins/v6 )
11+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/roadrunner-server/api-plugins/v6 )] ( https://goreportcard.com/report/github.com/roadrunner-server/api-plugins/v6 )
1212[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/roadrunner-server/api-plugins/blob/master/LICENSE )
1313[ ![ Discord] ( https://img.shields.io/badge/discord-chat-magenta.svg )] ( https://discord.gg/TFeEmCs )
1414
Original file line number Diff line number Diff line change 1- module github.com/roadrunner-server/api-plugins/v5
1+ module github.com/roadrunner-server/api-plugins/v6
22
33go 1.26
44
55require go.uber.org/zap v1.27.1
66
7- require go.uber.org/multierr v1.10 .0 // indirect
7+ require go.uber.org/multierr v1.11 .0 // indirect
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
88go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
99go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ =
1010go.uber.org/multierr v1.10.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
11+ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
12+ go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
1113go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc =
1214go.uber.org/zap v1.27.1 /go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E =
1315gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments