1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

add GetDomain and SetCookieKVExpiration patch functions to the iris.Patches

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-21 22:21:14 +03:00
parent 0a4927f6df
commit 5bc0796548
8 changed files with 21 additions and 8 deletions

View File

@@ -2,11 +2,9 @@ module github.com/kataras/iris/v12/_examples/response-writer/json-third-party
go 1.19
replace github.com/kataras/iris/v12 => ../../../
require (
github.com/bytedance/sonic v1.5.0
github.com/kataras/iris/v12 v12.2.0-beta4.0.20220920072528-ff81f370625a
github.com/kataras/iris/v12 v12.2.0-beta4.0.20220920150839-0a4927f6df85
)
require (