From b1c21c405aa4b8e5eb5e00dbf8b78c25c6bbe025 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 17 Mar 2021 20:27:53 +0100 Subject: [PATCH] outpost: bump recws to 1.3.1 Signed-off-by: Jens Langhammer --- outpost/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outpost/go.mod b/outpost/go.mod index ccb449e71..ec6dc1fb8 100644 --- a/outpost/go.mod +++ b/outpost/go.mod @@ -23,7 +23,7 @@ require ( github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/errors v0.9.1 github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect - github.com/recws-org/recws v1.3.0 // indirect + github.com/recws-org/recws v1.3.1 // indirect github.com/sirupsen/logrus v1.8.1 github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect