summaryrefslogtreecommitdiff
path: root/go.mod
blob: 322a70229f12bee19584b7cf844360b3187f2207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/spiral/roadrunner/v2

go 1.15

require (
	github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
	github.com/fatih/color v1.7.0
	github.com/go-ole/go-ole v1.2.4 // indirect
	github.com/json-iterator/go v1.1.10
	github.com/pkg/errors v0.9.1
	github.com/shirou/gopsutil v2.20.9+incompatible
	github.com/spf13/viper v1.7.1
	github.com/spiral/endure v1.0.0-beta9
	github.com/spiral/goridge/v2 v2.4.5
	github.com/stretchr/testify v1.6.1
	github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
	go.uber.org/multierr v1.6.0
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
	golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.2.5 // indirect
)

replace (
	github.com/spiral/endure v1.0.0-beta9 => ./../endure
)