Skip to content

Commit

Permalink
release v1.6.16 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak authored Jul 22, 2022
1 parent c8c6afe commit 4fba60e
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ experimental:
plugins:
souin:
moduleName: github.com/darkweak/souin
version: v1.6.14
version: v1.6.16
```
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
4 changes: 2 additions & 2 deletions plugins/beego/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.16

require (
github.com/beego/beego/v2 v2.0.4
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/mitchellh/mapstructure v1.5.0 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/buraksezer/olric v0.4.5
github.com/caddyserver/caddy/v2 v2.5.0
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
go.uber.org/zap v1.21.0
)

Expand Down Expand Up @@ -169,4 +169,4 @@ require (
howett.net/plist v1.0.0 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/chi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/chi
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/go-chi/chi/v5 v5.0.7
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/dotweb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/dotweb
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/devfeel/dotweb v1.7.19
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/echo
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/labstack/echo/v4 v4.7.2
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/fiber/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/darkweak/souin/plugins/fiber
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/gofiber/fiber/v2 v2.34.1
github.com/valyala/fasthttp v1.38.0
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/gin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/gin
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/gin-gonic/gin v1.8.1
)

Expand Down Expand Up @@ -39,4 +39,4 @@ require (
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/go-zero/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/armon/go-metrics v0.4.0 // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/go-chi/chi/v5 v5.0.7
github.com/golang/glog v1.0.0 // indirect
github.com/google/btree v1.1.2 // indirect
Expand All @@ -27,4 +27,4 @@ require (
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/goyave/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/armon/go-metrics v0.4.0 // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand Down Expand Up @@ -34,4 +34,4 @@ require (
goyave.dev/goyave/v4 v4.4.2
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/kratos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/darkweak/souin/plugins/kratos

go 1.16

require github.com/darkweak/souin v1.6.14
require github.com/darkweak/souin v1.6.16

require (
github.com/armon/go-metrics v0.4.0 // indirect
Expand Down Expand Up @@ -38,4 +38,4 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/skipper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/armon/go-metrics v0.4.0 // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand All @@ -31,4 +31,4 @@ require (
google.golang.org/genproto v0.0.0-20220630174209-ad1d48641aa7 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/traefik/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/darkweak/souin/plugins/traefik
go 1.16

require (
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pquerna/cachecontrol v0.1.0
go.uber.org/zap v1.21.0
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/traefik/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ github.com/cespare/xxhash/v2
github.com/coreos/go-semver/semver
# github.com/coreos/go-systemd/v22 v22.3.2
github.com/coreos/go-systemd/v22/journal
# github.com/darkweak/souin v1.6.14 => ../..
# github.com/darkweak/souin v1.6.16 => ../..
## explicit
github.com/darkweak/souin/api
github.com/darkweak/souin/api/auth
Expand Down
4 changes: 2 additions & 2 deletions plugins/tyk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/TykTechnologies/tyk v1.9.2-0.20220711082452-7b07f4c2fd27
github.com/armon/go-metrics v0.4.0 // indirect
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/eapache/go-resiliency v1.3.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.1 // indirect
github.com/evanphx/json-patch/v5 v5.5.0 // indirect
Expand Down Expand Up @@ -52,4 +52,4 @@ require (
google.golang.org/grpc v1.48.0 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..
4 changes: 2 additions & 2 deletions plugins/webgo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/armon/go-metrics v0.4.0 // indirect
github.com/bnkamalesh/webgo/v6 v6.6.1
github.com/buraksezer/consistent v0.9.0 // indirect
github.com/darkweak/souin v1.6.14
github.com/darkweak/souin v1.6.16
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand All @@ -33,4 +33,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.14 => ../..
replace github.com/darkweak/souin v1.6.16 => ../..

0 comments on commit 4fba60e

Please sign in to comment.