Skip to content

Commit f75ca71

Browse files
authored
release(v1.7.5) (#572)
1 parent 1c21a86 commit f75ca71

File tree

22 files changed

+58
-58
lines changed

22 files changed

+58
-58
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ experimental:
952952
plugins:
953953
souin:
954954
moduleName: github.com/darkweak/souin
955-
version: v1.7.4
955+
version: v1.7.5
956956
```
957957
After that you can declare either the whole configuration at once in the middleware block or by service. See the examples below.
958958
```yaml

plugins/beego/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ toolchain go1.22.4
66

77
require (
88
github.com/beego/beego/v2 v2.1.1
9-
github.com/darkweak/souin v1.7.4
10-
github.com/darkweak/souin/plugins/souin v1.7.4
11-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
9+
github.com/darkweak/souin v1.7.5
10+
github.com/darkweak/souin/plugins/souin v1.7.5
11+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
1212
)
1313

1414
require (
@@ -184,7 +184,7 @@ require (
184184
)
185185

186186
replace (
187-
github.com/darkweak/souin v1.7.4 => ../..
187+
github.com/darkweak/souin v1.7.5 => ../..
188188
github.com/darkweak/souin/plugins/souin => ../souin
189189
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
190190
)

plugins/caddy/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.1
44

55
require (
66
github.com/caddyserver/caddy/v2 v2.8.4
7-
github.com/darkweak/souin v1.7.4
7+
github.com/darkweak/souin v1.7.5
88
github.com/darkweak/storages/core v0.0.11
99
)
1010

@@ -153,4 +153,4 @@ require (
153153
howett.net/plist v1.0.0 // indirect
154154
)
155155

156-
replace github.com/darkweak/souin v1.7.4 => ../..
156+
replace github.com/darkweak/souin v1.7.5 => ../..

plugins/chi/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/chi
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/go-chi/chi/v5 v5.0.12
99
)
1010

@@ -179,6 +179,6 @@ require (
179179
)
180180

181181
replace (
182-
github.com/darkweak/souin v1.7.4 => ../..
182+
github.com/darkweak/souin v1.7.5 => ../..
183183
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
184184
)

plugins/dotweb/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/dotweb
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/devfeel/dotweb v1.7.21
99
)
1010

@@ -180,6 +180,6 @@ require (
180180
)
181181

182182
replace (
183-
github.com/darkweak/souin v1.7.4 => ../..
183+
github.com/darkweak/souin v1.7.5 => ../..
184184
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
185185
)

plugins/echo/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/echo
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/darkweak/storages/core v0.0.11
99
github.com/labstack/echo/v4 v4.11.1
1010
)
@@ -182,6 +182,6 @@ require (
182182
)
183183

184184
replace (
185-
github.com/darkweak/souin v1.7.4 => ../..
185+
github.com/darkweak/souin v1.7.5 => ../..
186186
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
187187
)

plugins/fiber/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/fiber
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/gofiber/fiber/v2 v2.52.1
99
github.com/valyala/fasthttp v1.51.0
1010
)
@@ -185,6 +185,6 @@ require (
185185
)
186186

187187
replace (
188-
github.com/darkweak/souin v1.7.4 => ../..
188+
github.com/darkweak/souin v1.7.5 => ../..
189189
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
190190
)

plugins/gin/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/gin
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/gin-gonic/gin v1.9.1
99
)
1010

@@ -196,6 +196,6 @@ require (
196196
)
197197

198198
replace (
199-
github.com/darkweak/souin v1.7.4 => ../..
199+
github.com/darkweak/souin v1.7.5 => ../..
200200
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
201201
)

plugins/go-zero/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/go-zero
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/zeromicro/go-zero v1.6.2
99
)
1010

@@ -199,6 +199,6 @@ require (
199199
)
200200

201201
replace (
202-
github.com/darkweak/souin v1.7.4 => ../..
202+
github.com/darkweak/souin v1.7.5 => ../..
203203
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
204204
)

plugins/goa/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/goa
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/darkweak/storages/core v0.0.11
99
goa.design/goa/v3 v3.12.3
1010
)
@@ -181,6 +181,6 @@ require (
181181
)
182182

183183
replace (
184-
github.com/darkweak/souin v1.7.4 => ../..
184+
github.com/darkweak/souin v1.7.5 => ../..
185185
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
186186
)

plugins/goyave/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/goyave
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
goyave.dev/goyave/v4 v4.4.11
99
)
1010

@@ -186,6 +186,6 @@ require (
186186
)
187187

188188
replace (
189-
github.com/darkweak/souin v1.7.4 => ../..
189+
github.com/darkweak/souin v1.7.5 => ../..
190190
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
191191
)

plugins/hertz/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/hertz
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
)
99

1010
require (
@@ -195,6 +195,6 @@ require (
195195
)
196196

197197
replace (
198-
github.com/darkweak/souin v1.7.4 => ../..
198+
github.com/darkweak/souin v1.7.5 => ../..
199199
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
200200
)

plugins/kratos/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/kratos
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/go-kratos/kratos/v2 v2.7.0
99
gopkg.in/yaml.v3 v3.0.1
1010
)
@@ -183,6 +183,6 @@ require (
183183
)
184184

185185
replace (
186-
github.com/darkweak/souin v1.7.4 => ../..
186+
github.com/darkweak/souin v1.7.5 => ../..
187187
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
188188
)

plugins/roadrunner/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/darkweak/souin/plugins/roadrunner
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin v1.7.4
8-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin v1.7.5
8+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
99
github.com/roadrunner-server/errors v1.3.0
1010
go.uber.org/zap v1.27.0
1111
gopkg.in/yaml.v3 v3.0.1
@@ -180,7 +180,7 @@ require (
180180
)
181181

182182
replace (
183-
github.com/darkweak/souin v1.7.4 => ../..
183+
github.com/darkweak/souin v1.7.5 => ../..
184184
github.com/darkweak/souin/plugins/souin => ../souin
185185
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
186186
)

plugins/skipper/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/skipper
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.4
7-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
6+
github.com/darkweak/souin v1.7.5
7+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
88
github.com/zalando/skipper v0.16.145
99
)
1010

@@ -219,6 +219,6 @@ require (
219219
)
220220

221221
replace (
222-
github.com/darkweak/souin v1.7.4 => ../..
222+
github.com/darkweak/souin v1.7.5 => ../..
223223
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
224224
)

plugins/souin/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/darkweak/souin/plugins/souin
33
go 1.22.1
44

55
replace (
6-
github.com/darkweak/souin v1.7.4 => ../..
6+
github.com/darkweak/souin v1.7.5 => ../..
77
github.com/darkweak/souin/plugins/souin/storages => ./storages
88
)
99

1010
require (
11-
github.com/darkweak/souin v1.7.4
12-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
11+
github.com/darkweak/souin v1.7.5
12+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
1313
github.com/darkweak/storages/core v0.0.11
1414
github.com/fsnotify/fsnotify v1.7.0
1515
go.uber.org/zap v1.27.0

plugins/souin/storages/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.1
55
replace github.com/darkweak/souin => ../../..
66

77
require (
8-
github.com/darkweak/souin v1.7.4
8+
github.com/darkweak/souin v1.7.5
99
github.com/darkweak/storages/badger v0.0.8
1010
github.com/darkweak/storages/core v0.0.11
1111
github.com/darkweak/storages/etcd v0.0.8

plugins/traefik/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.1
44

55
require (
66
github.com/akyoto/cache v1.0.6
7-
github.com/darkweak/souin v1.7.4
7+
github.com/darkweak/souin v1.7.5
88
github.com/pquerna/cachecontrol v0.2.0
99
)
1010

@@ -125,6 +125,6 @@ require (
125125
)
126126

127127
replace (
128-
github.com/darkweak/souin v1.7.4 => ../..
128+
github.com/darkweak/souin v1.7.5 => ../..
129129
go.uber.org/zap v1.26.0 => go.uber.org/zap v1.21.0
130130
)

plugins/traefik/vendor/github.com/darkweak/souin/pkg/rfc/cache_status.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/traefik/vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ github.com/cpuguy83/go-md2man/v2/md2man
6666
# github.com/darkweak/go-esi v0.0.5
6767
## explicit; go 1.18
6868
github.com/darkweak/go-esi/esi
69-
# github.com/darkweak/souin v1.7.4 => ../..
69+
# github.com/darkweak/souin v1.7.5 => ../..
7070
## explicit; go 1.22.1
7171
github.com/darkweak/souin/configurationtypes
7272
github.com/darkweak/souin/context

plugins/tyk/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.22.1
55
require (
66
github.com/TykTechnologies/tyk v1.9.2-0.20230330071232-370295d796b5
77
github.com/cespare/xxhash/v2 v2.2.0
8-
github.com/darkweak/souin v1.7.4
9-
github.com/darkweak/souin/plugins/souin v1.7.4
8+
github.com/darkweak/souin v1.7.5
9+
github.com/darkweak/souin/plugins/souin v1.7.5
1010
github.com/patrickmn/go-cache v2.1.0+incompatible
1111
github.com/pquerna/cachecontrol v0.2.0
1212
go.uber.org/zap v1.27.0
@@ -182,7 +182,7 @@ require (
182182
)
183183

184184
replace (
185-
github.com/darkweak/souin v1.7.4 => ../..
185+
github.com/darkweak/souin v1.7.5 => ../..
186186
github.com/darkweak/souin/plugins/souin => ../souin
187187
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
188188
gopkg.in/alecthomas/kingpin.v2 v2.2.6 => github.com/alecthomas/kingpin/v2 v2.3.2

plugins/webgo/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.22.1
44

55
require (
66
github.com/bnkamalesh/webgo/v6 v6.7.0
7-
github.com/darkweak/souin v1.7.4
8-
github.com/darkweak/souin/plugins/souin/storages v1.7.4
7+
github.com/darkweak/souin v1.7.5
8+
github.com/darkweak/souin/plugins/souin/storages v1.7.5
99
)
1010

1111
require (
@@ -179,6 +179,6 @@ require (
179179
)
180180

181181
replace (
182-
github.com/darkweak/souin v1.7.4 => ../..
182+
github.com/darkweak/souin v1.7.5 => ../..
183183
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
184184
)

0 commit comments

Comments
 (0)