From dfef39c64132192d13e2315364a74f1b0244791e Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 15 Jun 2018 15:54:14 +0300 Subject: readme, samples, golint, build scripts --- go.mod | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..726bee96 --- /dev/null +++ b/go.mod @@ -0,0 +1,30 @@ +module github.com/spiral/roadrunner + +require ( + github.com/buger/goterm v0.0.0-20180423150900-6d19e6a8df12 + github.com/dustin/go-humanize v0.0.0-20180421182945-02af3965c54e + github.com/fsnotify/fsnotify v1.4.7 + github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce + github.com/magiconair/properties v1.8.0 + github.com/mattn/go-colorable v0.0.9 + github.com/mattn/go-isatty v0.0.3 + github.com/mattn/go-runewidth v0.0.2 + 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/pelletier/go-toml v1.2.0 + github.com/pkg/errors v0.8.0 + github.com/shirou/gopsutil v0.0.0-20180613084040-c23bcca55e77 + github.com/sirupsen/logrus v1.0.5 + github.com/spf13/afero v1.1.1 + github.com/spf13/cast v1.2.0 + github.com/spf13/cobra v0.0.3 + github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec + github.com/spf13/pflag v1.0.1 + github.com/spf13/viper v1.0.2 + github.com/spiral/goridge v1.0.4 + golang.org/x/crypto v0.0.0-20180614221331-a8fb68e7206f + golang.org/x/sys v0.0.0-20180615093615-8014b7b116a6 + golang.org/x/text v0.3.0 + gopkg.in/yaml.v2 v2.2.1 +) -- cgit v1.2.3