diff --git a/go.mod b/go.mod index 2f45385..7145da7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ViBiOh/goweb go 1.17 -require github.com/ViBiOh/httputils/v4 v4.31.0 +require github.com/ViBiOh/httputils/v4 v4.31.2 require ( github.com/beorn7/perks v1.0.1 // indirect diff --git a/go.sum b/go.sum index 67969bc..18ae1e5 100644 --- a/go.sum +++ b/go.sum @@ -34,8 +34,8 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= -github.com/ViBiOh/httputils/v4 v4.31.0 h1:CJ6HeVEpPtZCKcY7DO3TuIWa4mGx6huu6m6Ifk2hi0o= -github.com/ViBiOh/httputils/v4 v4.31.0/go.mod h1:yi0L3aLmBWyxm+V0G/OJ19M6IGJ6PBeYQMpWeJCaHcI= +github.com/ViBiOh/httputils/v4 v4.31.2 h1:XyQMavPC2Y6WvWi585xc5G0htuGeV6+cjN4tT48bXh8= +github.com/ViBiOh/httputils/v4 v4.31.2/go.mod h1:yi0L3aLmBWyxm+V0G/OJ19M6IGJ6PBeYQMpWeJCaHcI= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=