Skip to content

Commit

Permalink
release(v1.6.46): prepare the v1.6.46 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Feb 12, 2024
1 parent 5860dd7 commit 6b127c4
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -971,7 +971,7 @@ experimental:
plugins:
souin:
moduleName: github.com/darkweak/souin
version: v1.6.45
version: v1.6.46
```
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
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/beego/beego/v2 v2.1.1
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
)

require (
Expand Down Expand Up @@ -89,4 +89,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/caddy/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/buraksezer/olric v0.5.4
github.com/caddyserver/caddy/v2 v2.7.6
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
go.uber.org/zap v1.26.0
)

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

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/chi/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/chi
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/go-chi/chi/v5 v5.0.10
)

Expand Down Expand Up @@ -86,4 +86,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/dotweb/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/dotweb
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/devfeel/dotweb v1.7.21
)

Expand Down Expand Up @@ -87,4 +87,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/echo/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/echo
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/labstack/echo/v4 v4.11.1
)

Expand Down Expand Up @@ -92,4 +92,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/fiber/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/fiber
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/gofiber/fiber/v2 v2.50.0
github.com/valyala/fasthttp v1.50.0
)
Expand Down Expand Up @@ -94,4 +94,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/gin/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/gin
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/gin-gonic/gin v1.9.1
)

Expand Down Expand Up @@ -106,4 +106,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
2 changes: 1 addition & 1 deletion plugins/go-zero/examples/sample.api
Expand Up @@ -3,7 +3,7 @@ info (
desc: "HTTP cache support as plugin for go-zero"
author: "darkweak"
email: "darkweak@protonmail.com"
version: "v1.6.44"
version: "v1.6.46"
)

type CacheReq {}
Expand Down
4 changes: 2 additions & 2 deletions plugins/go-zero/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/go-zero
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/zeromicro/go-zero v1.5.4
)

Expand Down Expand Up @@ -110,4 +110,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/goa/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/goa
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
goa.design/goa/v3 v3.12.3
)

Expand Down Expand Up @@ -88,4 +88,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/goyave/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/goyave
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
goyave.dev/goyave/v4 v4.4.11
)

Expand Down Expand Up @@ -93,4 +93,4 @@ require (
gorm.io/gorm v1.25.3 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/hertz/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/darkweak/souin/plugins/hertz

go 1.21

require github.com/darkweak/souin v1.6.45
require github.com/darkweak/souin v1.6.46

require (
github.com/antlabs/stl v0.0.1 // indirect
Expand Down Expand Up @@ -101,4 +101,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/kratos/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/kratos
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/go-kratos/kratos/v2 v2.7.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -90,4 +90,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/roadrunner/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/roadrunner
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/roadrunner-server/errors v1.3.0
go.uber.org/zap v1.26.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -86,4 +86,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/skipper/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/skipper
go 1.21

require (
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/zalando/skipper v0.16.145
)

Expand Down Expand Up @@ -132,4 +132,4 @@ require (
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..
4 changes: 2 additions & 2 deletions plugins/traefik/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/akyoto/cache v1.0.6
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/pquerna/cachecontrol v0.2.0
go.uber.org/zap v1.26.0
)
Expand Down Expand Up @@ -90,6 +90,6 @@ require (
)

replace (
github.com/darkweak/souin v1.6.45 => ../..
github.com/darkweak/souin v1.6.46 => ../..
go.uber.org/zap v1.26.0 => go.uber.org/zap v1.21.0
)
2 changes: 1 addition & 1 deletion plugins/traefik/vendor/modules.txt
Expand Up @@ -74,7 +74,7 @@ github.com/coreos/go-systemd/v22/journal
# github.com/darkweak/go-esi v0.0.5
## explicit; go 1.18
github.com/darkweak/go-esi/esi
# github.com/darkweak/souin v1.6.45 => ../..
# github.com/darkweak/souin v1.6.46 => ../..
## explicit; go 1.19
github.com/darkweak/souin/configurationtypes
github.com/darkweak/souin/context
Expand Down
4 changes: 2 additions & 2 deletions plugins/tyk/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/TykTechnologies/tyk v1.9.2-0.20230330071232-370295d796b5
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pquerna/cachecontrol v0.2.0
go.uber.org/zap v1.26.0
Expand Down Expand Up @@ -147,6 +147,6 @@ require (
)

replace (
github.com/darkweak/souin v1.6.45 => ../..
github.com/darkweak/souin v1.6.46 => ../..
gopkg.in/alecthomas/kingpin.v2 v2.2.6 => github.com/alecthomas/kingpin/v2 v2.3.2
)
4 changes: 2 additions & 2 deletions plugins/webgo/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/bnkamalesh/webgo/v6 v6.7.0
github.com/darkweak/souin v1.6.45
github.com/darkweak/souin v1.6.46
)

require (
Expand Down Expand Up @@ -86,4 +86,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/darkweak/souin v1.6.45 => ../..
replace github.com/darkweak/souin v1.6.46 => ../..

0 comments on commit 6b127c4

Please sign in to comment.