summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 21:09:18 -0700
committerWolfy-J <[email protected]>2018-07-08 21:09:18 -0700
commit5f36cab25482341458d8013bfe95900fdf62456d (patch)
treef1069dfaf47f4908ad14fd9502589423f57b8490 /go.mod
parentef38a99429c9916137ecd5953703a694bfc1c569 (diff)
mod updated
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c77556f3..28a6fac0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,16 @@
module github.com/spiral/roadrunner
require (
+ github.com/BurntSushi/toml v0.3.0
+ github.com/StackExchange/wmi v0.0.0-20180412205111-cdffdb33acae
github.com/buger/goterm v0.0.0-20180423150900-6d19e6a8df12
+ github.com/davecgh/go-spew v1.1.0
github.com/dustin/go-humanize v0.0.0-20180421182945-02af3965c54e
github.com/fsnotify/fsnotify v1.4.7
+ github.com/go-ole/go-ole v1.2.1
+ github.com/golang/protobuf v1.1.0
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
+ github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.3
@@ -12,9 +18,13 @@ require (
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
+ github.com/onsi/ginkgo v1.5.0
+ github.com/onsi/gomega v1.4.0
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
+ github.com/pmezard/go-difflib v1.0.0
github.com/shirou/gopsutil v0.0.0-20180613084040-c23bcca55e77
+ github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
github.com/sirupsen/logrus v1.0.5
github.com/spf13/afero v1.1.1
github.com/spf13/cast v1.2.0
@@ -23,8 +33,13 @@ require (
github.com/spf13/pflag v1.0.1
github.com/spf13/viper v1.0.2
github.com/spiral/goridge v0.0.0-20180607130832-0351012be508
+ github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180614221331-a8fb68e7206f
+ golang.org/x/net v0.0.0-20180709032641-4d581e05a3ac
+ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/sys v0.0.0-20180615093615-8014b7b116a6
golang.org/x/text v0.3.0
+ gopkg.in/airbrake/gobrake.v2 v2.0.9
+ gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
gopkg.in/yaml.v2 v2.2.1
)