diff options
author | Valery Piashchynski <[email protected]> | 2022-02-06 13:01:07 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-06 13:01:07 +0300 |
commit | 340c47126a75228fbe38105b8fb7894430495963 (patch) | |
tree | fda46f4f88b41db2a8d144693eeeefac4099381b /go.mod | |
parent | f231e7282cb1b75be6276991d1b9811f6f185458 (diff) | |
parent | 5592733b15408f19c7d0c0bf390c64ea7fc0313e (diff) |
[#988]: feat: release `v2.7.6`v2.7.6
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ require ( github.com/roadrunner-server/websockets/v2 v2.8.0-rc.3 github.com/spf13/cobra v1.3.0 github.com/stretchr/testify v1.7.0 - github.com/temporalio/roadrunner-temporal v1.2.0-rc.4 + github.com/temporalio/roadrunner-temporal v1.2.0 github.com/vbauerster/mpb/v5 v5.4.0 ) @@ -124,7 +124,7 @@ require ( github.com/roadrunner-server/tcplisten v1.1.1 // indirect github.com/robfig/cron v1.2.0 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect - github.com/spf13/afero v1.8.0 // indirect + github.com/spf13/afero v1.8.1 // indirect github.com/spf13/cast v1.4.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect |