diff options
author | Valery Piashchynski <[email protected]> | 2021-06-11 15:52:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-11 15:52:11 +0300 |
commit | 4c6a04f16399ab353d81d1820877b764ad2d20c5 (patch) | |
tree | 64a257391fd2ee975f31d9c2ead1dcced59d63c7 /go.mod | |
parent | b99bfbe21a0f44b1a16b9110d779719fc637127c (diff) |
Update tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -16,17 +16,15 @@ require ( github.com/json-iterator/go v1.1.11 github.com/klauspost/compress v1.13.0 github.com/prometheus/client_golang v1.10.0 - github.com/savsgio/gotils v0.0.0-20210316171653-c54912823645 // indirect github.com/shirou/gopsutil v3.21.3+incompatible github.com/spf13/viper v1.7.1 // SPIRAL ==== github.com/spiral/endure v1.0.1 github.com/spiral/errors v1.0.11 - github.com/spiral/goridge/v3 v3.1.0 + github.com/spiral/goridge/v3 v3.1.3 // =========== github.com/stretchr/testify v1.7.0 - github.com/tklauser/go-sysconf v0.3.4 // indirect - github.com/valyala/fasthttp v1.24.0 // indirect + github.com/tklauser/go-sysconf v0.3.6 // indirect github.com/valyala/tcplisten v1.0.0 github.com/yookoala/gofast v0.6.0 go.etcd.io/bbolt v1.3.5 |