diff options
author | Valery Piashchynski <[email protected]> | 2022-04-29 22:43:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-29 22:43:22 +0200 |
commit | 5fdee20284ac4db5721e795c6808a07252bd6d68 (patch) | |
tree | 7ab13d19474638b7983ebf23105c28e040668d1b /go.mod | |
parent | 3474c11c987cb22dc1a7c4b15c957e127d2571ca (diff) | |
parent | 5eab327c7f06f7cc328628891f89a314f289d211 (diff) |
[#1109]: bug(commands): fix terminal stderr/stdout redirects
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -7,7 +7,6 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.13.0 github.com/joho/godotenv v1.4.0 - github.com/mattn/go-runewidth v0.0.13 github.com/olekukonko/tablewriter v0.0.5 github.com/roadrunner-server/amqp/v2 v2.13.0 github.com/roadrunner-server/api/v2 v2.14.0 @@ -52,12 +51,9 @@ require ( github.com/spf13/viper v1.11.0 github.com/stretchr/testify v1.7.1 github.com/temporalio/roadrunner-temporal v1.4.0-rc.1 - github.com/vbauerster/mpb/v5 v5.4.0 ) require ( - github.com/VividCortex/ewma v1.2.0 // indirect - github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect github.com/andybalholm/brotli v1.0.4 // indirect github.com/aws/aws-sdk-go-v2 v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/config v1.15.4 // indirect @@ -109,6 +105,7 @@ require ( github.com/magiconair/properties v1.8.6 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.14 // indirect + github.com/mattn/go-runewidth v0.0.13 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mholt/acmez v1.0.2 // indirect github.com/miekg/dns v1.1.48 // indirect |