File tree 22 files changed +58
-58
lines changed
github.com/darkweak/souin/pkg/rfc
22 files changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -952,7 +952,7 @@ experimental:
952
952
plugins:
953
953
souin:
954
954
moduleName: github.com/darkweak/souin
955
- version: v1.7.4
955
+ version: v1.7.5
956
956
```
957
957
After that you can declare either the whole configuration at once in the middleware block or by service. See the examples below.
958
958
``` yaml
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ toolchain go1.22.4
6
6
7
7
require (
8
8
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
12
12
)
13
13
14
14
require (
@@ -184,7 +184,7 @@ require (
184
184
)
185
185
186
186
replace (
187
- github.com/darkweak/souin v1.7.4 => ../..
187
+ github.com/darkweak/souin v1.7.5 => ../..
188
188
github.com/darkweak/souin/plugins/souin => ../souin
189
189
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
190
190
)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.1
4
4
5
5
require (
6
6
github.com/caddyserver/caddy/v2 v2.8.4
7
- github.com/darkweak/souin v1.7.4
7
+ github.com/darkweak/souin v1.7.5
8
8
github.com/darkweak/storages/core v0.0.11
9
9
)
10
10
@@ -153,4 +153,4 @@ require (
153
153
howett.net/plist v1.0.0 // indirect
154
154
)
155
155
156
- replace github.com/darkweak/souin v1.7.4 => ../..
156
+ replace github.com/darkweak/souin v1.7.5 => ../..
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/chi
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/go-chi/chi/v5 v5.0.12
9
9
)
10
10
@@ -179,6 +179,6 @@ require (
179
179
)
180
180
181
181
replace (
182
- github.com/darkweak/souin v1.7.4 => ../..
182
+ github.com/darkweak/souin v1.7.5 => ../..
183
183
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
184
184
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/dotweb
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/devfeel/dotweb v1.7.21
9
9
)
10
10
@@ -180,6 +180,6 @@ require (
180
180
)
181
181
182
182
replace (
183
- github.com/darkweak/souin v1.7.4 => ../..
183
+ github.com/darkweak/souin v1.7.5 => ../..
184
184
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
185
185
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/echo
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/darkweak/storages/core v0.0.11
9
9
github.com/labstack/echo/v4 v4.11.1
10
10
)
@@ -182,6 +182,6 @@ require (
182
182
)
183
183
184
184
replace (
185
- github.com/darkweak/souin v1.7.4 => ../..
185
+ github.com/darkweak/souin v1.7.5 => ../..
186
186
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
187
187
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/fiber
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/gofiber/fiber/v2 v2.52.1
9
9
github.com/valyala/fasthttp v1.51.0
10
10
)
@@ -185,6 +185,6 @@ require (
185
185
)
186
186
187
187
replace (
188
- github.com/darkweak/souin v1.7.4 => ../..
188
+ github.com/darkweak/souin v1.7.5 => ../..
189
189
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
190
190
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/gin
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/gin-gonic/gin v1.9.1
9
9
)
10
10
@@ -196,6 +196,6 @@ require (
196
196
)
197
197
198
198
replace (
199
- github.com/darkweak/souin v1.7.4 => ../..
199
+ github.com/darkweak/souin v1.7.5 => ../..
200
200
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
201
201
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/go-zero
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/zeromicro/go-zero v1.6.2
9
9
)
10
10
@@ -199,6 +199,6 @@ require (
199
199
)
200
200
201
201
replace (
202
- github.com/darkweak/souin v1.7.4 => ../..
202
+ github.com/darkweak/souin v1.7.5 => ../..
203
203
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
204
204
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/goa
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/darkweak/storages/core v0.0.11
9
9
goa.design/goa/v3 v3.12.3
10
10
)
@@ -181,6 +181,6 @@ require (
181
181
)
182
182
183
183
replace (
184
- github.com/darkweak/souin v1.7.4 => ../..
184
+ github.com/darkweak/souin v1.7.5 => ../..
185
185
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
186
186
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/goyave
3
3
go 1.22.1
4
4
5
5
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
8
8
goyave.dev/goyave/v4 v4.4.11
9
9
)
10
10
@@ -186,6 +186,6 @@ require (
186
186
)
187
187
188
188
replace (
189
- github.com/darkweak/souin v1.7.4 => ../..
189
+ github.com/darkweak/souin v1.7.5 => ../..
190
190
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
191
191
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/hertz
3
3
go 1.22.1
4
4
5
5
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
8
8
)
9
9
10
10
require (
@@ -195,6 +195,6 @@ require (
195
195
)
196
196
197
197
replace (
198
- github.com/darkweak/souin v1.7.4 => ../..
198
+ github.com/darkweak/souin v1.7.5 => ../..
199
199
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
200
200
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/kratos
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/go-kratos/kratos/v2 v2.7.0
9
9
gopkg.in/yaml.v3 v3.0.1
10
10
)
@@ -183,6 +183,6 @@ require (
183
183
)
184
184
185
185
replace (
186
- github.com/darkweak/souin v1.7.4 => ../..
186
+ github.com/darkweak/souin v1.7.5 => ../..
187
187
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
188
188
)
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/darkweak/souin/plugins/roadrunner
3
3
go 1.22.1
4
4
5
5
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
9
9
github.com/roadrunner-server/errors v1.3.0
10
10
go.uber.org/zap v1.27.0
11
11
gopkg.in/yaml.v3 v3.0.1
@@ -180,7 +180,7 @@ require (
180
180
)
181
181
182
182
replace (
183
- github.com/darkweak/souin v1.7.4 => ../..
183
+ github.com/darkweak/souin v1.7.5 => ../..
184
184
github.com/darkweak/souin/plugins/souin => ../souin
185
185
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
186
186
)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/darkweak/souin/plugins/skipper
3
3
go 1.22.1
4
4
5
5
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
8
8
github.com/zalando/skipper v0.16.145
9
9
)
10
10
@@ -219,6 +219,6 @@ require (
219
219
)
220
220
221
221
replace (
222
- github.com/darkweak/souin v1.7.4 => ../..
222
+ github.com/darkweak/souin v1.7.5 => ../..
223
223
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
224
224
)
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/darkweak/souin/plugins/souin
3
3
go 1.22.1
4
4
5
5
replace (
6
- github.com/darkweak/souin v1.7.4 => ../..
6
+ github.com/darkweak/souin v1.7.5 => ../..
7
7
github.com/darkweak/souin/plugins/souin/storages => ./storages
8
8
)
9
9
10
10
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
13
13
github.com/darkweak/storages/core v0.0.11
14
14
github.com/fsnotify/fsnotify v1.7.0
15
15
go.uber.org/zap v1.27.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.1
5
5
replace github.com/darkweak/souin => ../../..
6
6
7
7
require (
8
- github.com/darkweak/souin v1.7.4
8
+ github.com/darkweak/souin v1.7.5
9
9
github.com/darkweak/storages/badger v0.0.8
10
10
github.com/darkweak/storages/core v0.0.11
11
11
github.com/darkweak/storages/etcd v0.0.8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.1
4
4
5
5
require (
6
6
github.com/akyoto/cache v1.0.6
7
- github.com/darkweak/souin v1.7.4
7
+ github.com/darkweak/souin v1.7.5
8
8
github.com/pquerna/cachecontrol v0.2.0
9
9
)
10
10
@@ -125,6 +125,6 @@ require (
125
125
)
126
126
127
127
replace (
128
- github.com/darkweak/souin v1.7.4 => ../..
128
+ github.com/darkweak/souin v1.7.5 => ../..
129
129
go.uber.org/zap v1.26.0 => go.uber.org/zap v1.21.0
130
130
)
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ github.com/cpuguy83/go-md2man/v2/md2man
66
66
# github.com/darkweak/go-esi v0.0.5
67
67
## explicit; go 1.18
68
68
github.com/darkweak/go-esi/esi
69
- # github.com/darkweak/souin v1.7.4 => ../..
69
+ # github.com/darkweak/souin v1.7.5 => ../..
70
70
## explicit; go 1.22.1
71
71
github.com/darkweak/souin/configurationtypes
72
72
github.com/darkweak/souin/context
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.1
5
5
require (
6
6
github.com/TykTechnologies/tyk v1.9.2-0.20230330071232-370295d796b5
7
7
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
10
10
github.com/patrickmn/go-cache v2.1.0+incompatible
11
11
github.com/pquerna/cachecontrol v0.2.0
12
12
go.uber.org/zap v1.27.0
@@ -182,7 +182,7 @@ require (
182
182
)
183
183
184
184
replace (
185
- github.com/darkweak/souin v1.7.4 => ../..
185
+ github.com/darkweak/souin v1.7.5 => ../..
186
186
github.com/darkweak/souin/plugins/souin => ../souin
187
187
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
188
188
gopkg.in/alecthomas/kingpin.v2 v2.2.6 => github.com/alecthomas/kingpin/v2 v2.3.2
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.22.1
4
4
5
5
require (
6
6
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
9
9
)
10
10
11
11
require (
@@ -179,6 +179,6 @@ require (
179
179
)
180
180
181
181
replace (
182
- github.com/darkweak/souin v1.7.4 => ../..
182
+ github.com/darkweak/souin v1.7.5 => ../..
183
183
github.com/darkweak/souin/plugins/souin/storages => ../souin/storages
184
184
)
You can’t perform that action at this time.
0 commit comments