Skip to content

Commit 6b9457e

Browse files
committed
chore: pre-release v6
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent e7579e0 commit 6b9457e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
module github.com/roadrunner-server/api-plugins/v5
1+
module github.com/roadrunner-server/api-plugins/v6
22

33
go 1.26
44

55
require 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
88
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
99
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
1010
go.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=
1113
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
1214
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
1315
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)