summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index bc725045..6a2f9123 100644
--- a/go.mod
+++ b/go.mod
@@ -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