summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-25 15:31:24 +0300
committerValery Piashchynski <[email protected]>2021-11-25 15:31:24 +0300
commit6123a45bd77f50b137d46577089b7b43c692b2d1 (patch)
treefb688befd82ada5ee8fa466f3393b9db37b09538 /go.mod
parent6c5e3ab6c01d31caa2d14930c188bae697c5cd48 (diff)
update goridge
print bad header in the error message Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1c6db317..0a2af576 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/shirou/gopsutil v3.21.10+incompatible
// spiral
github.com/spiral/errors v1.0.12
- github.com/spiral/goridge/v3 v3.2.3
+ github.com/spiral/goridge/v3 v3.2.4
github.com/spiral/tcplisten v1.0.0
// spiral
github.com/stretchr/testify v1.7.0
@@ -27,7 +27,7 @@ require (
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
- golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
+ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)