-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (28 loc) · 1.05 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
module github.com/mdelillo/claimer
go 1.15
require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/imdario/mergo v0.3.11
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nxadm/tail v1.4.5 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.1
github.com/pelletier/go-buffruneio v0.2.0
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0
github.com/sirupsen/logrus v1.7.0
github.com/src-d/gcfg v1.4.0
github.com/xanzy/ssh-agent v0.3.0
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20190802003818-e9bb7d36c060 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/warnings.v0 v0.1.2
gopkg.in/yaml.v2 v2.4.0
)