diff --git a/go.mod b/go.mod index 3b3d006..9d704c3 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/ViBiOh/flags v1.2.0 - github.com/ViBiOh/httputils/v4 v4.48.2 + github.com/ViBiOh/httputils/v4 v4.48.3 ) require ( diff --git a/go.sum b/go.sum index 5e2d57f..b41b660 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc= github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s= -github.com/ViBiOh/httputils/v4 v4.48.2 h1:jUiYv8PyeoHuZqrZ3r6A5WuhrhRfQBYcYdeBpwrV8W0= -github.com/ViBiOh/httputils/v4 v4.48.2/go.mod h1:ei245Z4X6CKljmFdMlFECtVSwdbvusGzl+wGCy9CpH4= +github.com/ViBiOh/httputils/v4 v4.48.3 h1:39Cyx/ER9K7riRavoREYR0QGmlBJYF+cbBSGc+SeBzQ= +github.com/ViBiOh/httputils/v4 v4.48.3/go.mod h1:az+bpwxGelymOsvdp0ZUNbGXdkjjjQXTuKIMFT78bmY= 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=