-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
32 lines (30 loc) · 1.69 KB
/
go.mod
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
27
28
29
30
31
32
module github.com/mmcquillan/hex
go 1.13
require (
github.com/Jeffail/gabs v1.0.1-0.20170912133311-44ad915e1baa
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc
github.com/gorilla/websocket v1.2.1-0.20180125185121-91f589db023d // indirect
github.com/hashicorp/go-hclog v0.12.1
github.com/hashicorp/go-plugin v1.1.0
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943 // indirect
github.com/mmcquillan/hex-local v0.0.0-20180726095434-dbc86b5795fe // indirect
github.com/mmcquillan/hex-plugin v0.0.0-20180726094947-03c0d997680c
github.com/mmcquillan/hex-response v0.0.0-20180726095254-d07a0d16b630 // indirect
github.com/mmcquillan/hex-ssh v0.0.0-20180726095352-0149d3208712 // indirect
github.com/mmcquillan/hex-twilio v0.0.0-20180726095714-ea9e477b8a7b // indirect
github.com/mmcquillan/hex-validate v0.0.0-20180726095629-07cf894fad99 // indirect
github.com/mmcquillan/hex-winrm v0.0.0-20180726095524-f6ed4b327f77 // indirect
github.com/mmcquillan/matcher v0.0.0-20190530201230-593f78813455
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nlopes/slack v0.1.1-0.20180119002406-280245264a9d
github.com/oklog/run v1.0.1-0.20180308005104-6934b124db28 // indirect
github.com/robfig/cron v1.0.1-0.20170526150127-736158dc09e1
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
github.com/stretchr/testify v1.3.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.0.0
)