-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
55 lines (53 loc) · 2.6 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/henvic/wedeploycli
go 1.14
require (
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/cpuguy83/go-md2man v1.0.8 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/emirpasic/gods v1.9.0 // indirect
github.com/equinox-io/equinox v1.2.0
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gliderlabs/ssh v0.2.2 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
github.com/hashicorp/go-version v0.0.0-20180322230233-23480c066577
github.com/henvic/browser v0.0.0-20170823060333-647cc3c01339
github.com/henvic/ctxsignal v1.0.0
github.com/henvic/uilive v0.0.0-20170601211230-dc7a6ced9df3
github.com/henvic/wedeploy-sdk-go v0.0.0-20200318232926-3c570b5617c6
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v0.0.0-20180317175531-9fc7bb800b55 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/goveralls v0.0.5 // indirect
github.com/mitchellh/go-homedir v0.0.0-20180801233206-58046073cbff // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday v1.5.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/securego/gosec v0.0.0-20200316084457-7da9f46445fd // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v0.0.2
github.com/spf13/pflag v1.0.0
github.com/src-d/gcfg v1.3.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51
github.com/wedeploy/gosocketio v0.0.7-beta
github.com/xanzy/ssh-agent v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/time v0.0.0-20180314180208-26559e0f760e
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect
gopkg.in/ini.v1 v1.33.0
gopkg.in/src-d/go-billy.v4 v4.2.0
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
gopkg.in/src-d/go-git.v4 v4.6.0
gopkg.in/warnings.v0 v0.1.2 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)