-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (32 loc) · 1.59 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
module github.com/sah4ez/gosvm
require (
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/emirpasic/gods v1.9.0 // indirect
github.com/fatih/color v1.7.0
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gliderlabs/ssh v0.1.0 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v0.0.0-20180317175617-b8c871d977a8 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v1.1.0
github.com/pkg/errors v0.8.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/src-d/gcfg v1.3.0 // indirect
github.com/stretchr/testify v1.2.1 // indirect
github.com/xanzy/ssh-agent v0.0.0-20151215153451-ba9c9e33906f // indirect
golang.org/x/crypto v0.0.0-20180319061731-c3a3ad6d03f7 // indirect
golang.org/x/net v0.0.0-20180317175401-24dd3780ca4f // indirect
golang.org/x/sys v0.0.0-20180319153314-d8e400bc7db4 // indirect
golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38 // indirect
gopkg.in/src-d/go-billy.v4 v4.1.0 // indirect
gopkg.in/src-d/go-git-fixtures.v3 v3.1.0 // indirect
gopkg.in/src-d/go-git.v4 v4.4.0
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.1.1
)