diff options
author | Valery Piashchynski <[email protected]> | 2021-02-24 14:16:59 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-24 14:16:59 +0300 |
commit | b3cb0cd2428f1bfdd959ea8f3461e2992b6acdb2 (patch) | |
tree | 0d226eb8ad9730ede1f7cd80b5f7b44d1fb23b0a /go.mod | |
parent | 3c5a85bf8a0d1c8b8f8f71c215f75b338c4e7510 (diff) | |
parent | caea9cb452fda97a9496bc33190c95fbc27e54c3 (diff) |
Merge pull request #551 from spiral/rc.4-releasev2.0.0-RC.4
âš¡ release(RC.4): Release RC.4
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,9 +19,11 @@ require ( github.com/prometheus/client_golang v1.9.0 github.com/shirou/gopsutil v3.21.1+incompatible github.com/spf13/viper v1.7.1 - github.com/spiral/endure v1.0.0-beta.23 + // SPIRAL ==== + github.com/spiral/endure v1.0.0-RC.2 github.com/spiral/errors v1.0.9 github.com/spiral/goridge/v3 v3.0.1 + // =========== github.com/stretchr/testify v1.7.0 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.6.0 |