forked from spiral-modules/roadrunner-binary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 763 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/spiral/roadrunner-binary/v2
go 1.16
require (
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.12.0
github.com/joho/godotenv v1.3.0
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/mattn/go-runewidth v0.0.13
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.1.3
// SPIRAL ------------
github.com/spiral/endure v1.0.1
github.com/spiral/errors v1.0.11
github.com/spiral/goridge/v3 v3.1.0
github.com/spiral/roadrunner/v2 v2.3.0-beta.3
// ---------------------
github.com/stretchr/testify v1.7.0
github.com/temporalio/roadrunner-temporal v1.0.6
github.com/vbauerster/mpb/v5 v5.4.0
go.uber.org/multierr v1.7.0
)