Skip to content

Commit

Permalink
fix(plugins): bump roadrunner to v2023.2.2 (#358)
Browse files Browse the repository at this point in the history
* fix(plugins): bump roadrunner to v2023.2.2

* bump(plugins): deps

* fix: skipper and hertz build in docker
  • Loading branch information
darkweak committed Aug 18, 2023
1 parent a3d23bc commit 71d93e6
Show file tree
Hide file tree
Showing 43 changed files with 893 additions and 854 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version: '1.20'
-
name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Install xcaddy
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_plugins_generator.sh
Expand Up @@ -45,7 +45,7 @@ jobs:
go-version: '$go_version'
-
name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Install xcaddy
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -969,7 +969,7 @@ experimental:
plugins:
souin:
moduleName: github.com/darkweak/souin
version: v1.6.39
version: v1.6.40
```
After that you can declare either the whole configuration at once in the middleware block or by service. See the examples below.
```yaml
Expand Down
37 changes: 18 additions & 19 deletions plugins/beego/go.mod
Expand Up @@ -3,12 +3,12 @@ module github.com/darkweak/souin/plugins/beego
go 1.20

require (
github.com/beego/beego/v2 v2.1.0
github.com/darkweak/souin v1.6.39
github.com/beego/beego/v2 v2.1.1
github.com/darkweak/souin v1.6.40
)

require (
github.com/RoaringBitmap/roaring v1.3.0 // indirect
github.com/RoaringBitmap/roaring v1.4.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.8.0 // indirect
Expand All @@ -26,7 +26,7 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.1.1 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand All @@ -38,7 +38,7 @@ require (
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20200511160909-eb529947af53 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/memberlist v0.5.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
Expand All @@ -53,8 +53,8 @@ require (
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
github.com/redis/go-redis/v9 v9.0.5 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/redis/go-redis/v9 v9.1.0 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
github.com/tidwall/btree v1.6.0 // indirect
Expand All @@ -69,23 +69,22 @@ require (
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
go.etcd.io/etcd/client/v3 v3.5.9 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
go.uber.org/zap v1.25.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.11.0 // indirect
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.56.2 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.39 => ../..
replace github.com/darkweak/souin v1.6.40 => ../..

0 comments on commit 71d93e6

Please sign in to comment.