Skip to content

Commit ef61974

Browse files
authored
release(v1.7.3) (#567)
1 parent 278c9f1 commit ef61974

File tree

21 files changed

+39
-39
lines changed

21 files changed

+39
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.2
955+
version: v1.7.3
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.4
66

77
require (
88
github.com/beego/beego/v2 v2.1.1
9-
github.com/darkweak/souin v1.7.2
9+
github.com/darkweak/souin v1.7.3
1010
github.com/darkweak/souin/plugins/souin v1.7.2
1111
github.com/darkweak/souin/plugins/souin/storages v1.7.2
1212
)
@@ -184,6 +184,6 @@ require (
184184
)
185185

186186
replace (
187-
github.com/darkweak/souin v1.7.2 => ../..
187+
github.com/darkweak/souin v1.7.3 => ../..
188188
github.com/darkweak/souin/plugins/souin => ../souin
189189
)

plugins/caddy/go.mod

Lines changed: 2 additions & 2 deletions
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.2
7+
github.com/darkweak/souin v1.7.3
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.2 => ../..
156+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/chi/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/chi
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/go-chi/chi/v5 v5.0.12
99
)
@@ -178,4 +178,4 @@ require (
178178
howett.net/plist v1.0.0 // indirect
179179
)
180180

181-
replace github.com/darkweak/souin v1.7.2 => ../..
181+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/dotweb/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/dotweb
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/devfeel/dotweb v1.7.21
99
)
@@ -179,4 +179,4 @@ require (
179179
howett.net/plist v1.0.0 // indirect
180180
)
181181

182-
replace github.com/darkweak/souin v1.7.2 => ../..
182+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/echo/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/echo
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/darkweak/storages/core v0.0.11
99
github.com/labstack/echo/v4 v4.11.1
@@ -181,4 +181,4 @@ require (
181181
howett.net/plist v1.0.0 // indirect
182182
)
183183

184-
replace github.com/darkweak/souin v1.7.2 => ../..
184+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/fiber/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/fiber
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/gofiber/fiber/v2 v2.52.1
99
github.com/valyala/fasthttp v1.51.0
@@ -184,4 +184,4 @@ require (
184184
howett.net/plist v1.0.0 // indirect
185185
)
186186

187-
replace github.com/darkweak/souin v1.7.2 => ../..
187+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/gin/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/gin
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/gin-gonic/gin v1.9.1
99
)
@@ -195,4 +195,4 @@ require (
195195
howett.net/plist v1.0.0 // indirect
196196
)
197197

198-
replace github.com/darkweak/souin v1.7.2 => ../..
198+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/go-zero/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/go-zero
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/zeromicro/go-zero v1.6.2
99
)
@@ -198,4 +198,4 @@ require (
198198
howett.net/plist v1.0.0 // indirect
199199
)
200200

201-
replace github.com/darkweak/souin v1.7.2 => ../..
201+
replace github.com/darkweak/souin v1.7.3 => ../..

plugins/goa/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/darkweak/souin/plugins/goa
33
go 1.22.1
44

55
require (
6-
github.com/darkweak/souin v1.7.2
6+
github.com/darkweak/souin v1.7.3
77
github.com/darkweak/souin/plugins/souin/storages v1.7.2
88
github.com/darkweak/storages/core v0.0.11
99
goa.design/goa/v3 v3.12.3
@@ -180,4 +180,4 @@ require (
180180
howett.net/plist v1.0.0 // indirect
181181
)
182182

183-
replace github.com/darkweak/souin v1.7.2 => ../..
183+
replace github.com/darkweak/souin v1.7.3 => ../..

0 commit comments

Comments
 (0)