diff options
author | Wolfy-J <[email protected]> | 2019-05-21 11:50:41 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-21 11:50:41 +0300 |
commit | 14164eccb902ed2456a55cbdffacf774c438c300 (patch) | |
tree | 0dec569383febc42c95989b1902ab11babf2ea88 /go.mod | |
parent | 26fb29275d4e79165911bb1cdb3e2c0ce34dbe9a (diff) |
added CE build (+jobs +grpc)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -1,28 +1,22 @@ module github.com/spiral/roadrunner require ( - github.com/BurntSushi/toml v0.3.1 // indirect - github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect - github.com/buger/goterm v0.0.0-20180423150900-6d19e6a8df12 + github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect + github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 github.com/dustin/go-humanize v1.0.0 - github.com/go-ole/go-ole v1.2.1 // indirect - github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect - github.com/kr/pretty v0.1.0 // indirect - github.com/mattn/go-colorable v0.0.9 // indirect - github.com/mattn/go-isatty v0.0.4 // indirect - github.com/mattn/go-runewidth v0.0.3 // indirect + github.com/go-ole/go-ole v1.2.4 // indirect + github.com/mattn/go-colorable v0.1.1 // indirect + github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b - github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc - github.com/pkg/errors v0.8.0 + github.com/olekukonko/tablewriter v0.0.1 + github.com/pkg/errors v0.8.1 github.com/shirou/gopsutil v2.17.12+incompatible - github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect - github.com/sirupsen/logrus v1.1.1 + github.com/sirupsen/logrus v1.3.0 github.com/spf13/cobra v0.0.3 github.com/spf13/viper v1.3.1 github.com/spiral/goridge v2.1.3+incompatible + github.com/spiral/jobs v1.1.1 // indirect + github.com/spiral/php-grpc v1.0.6 // indirect github.com/stretchr/testify v1.2.2 - github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect golang.org/x/net v0.0.0-20181017193950-04a2e542c03f - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) |