summaryrefslogtreecommitdiff
path: root/cmd/go.mod
blob: 02e24f615aeef8297dc50a71491569965ddb3acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/spiral/roadrunner/v2/cmd

go 1.15

require (
	github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
	github.com/fatih/color v1.10.0
	github.com/mattn/go-runewidth v0.0.10
	github.com/spf13/cobra v1.1.1
	github.com/spiral/endure v1.0.0-beta.22
	github.com/spiral/errors v1.0.9
	github.com/spiral/goridge/v3 v3.0.0
	github.com/spiral/roadrunner/v2 v2.0.0-beta.22
	github.com/temporalio/roadrunner-temporal v1.0.0-beta.4
	github.com/vbauerster/mpb/v5 v5.4.0
	go.uber.org/multierr v1.6.0
)