-
Notifications
You must be signed in to change notification settings - Fork 68
/
go.mod
26 lines (24 loc) · 960 Bytes
/
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
module github.com/codersrank-org/repo_info_extractor/v2
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.2.8
github.com/cheggaaa/pb/v3 v3.0.8
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/frankban/quicktest v1.14.0 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/iancoleman/orderedmap v0.2.0
github.com/jarcoal/httpmock v1.0.8
github.com/mholt/archiver v3.1.1+incompatible
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/onsi/ginkgo v1.15.1
github.com/onsi/gomega v1.11.0
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.1.3
github.com/src-d/enry/v2 v2.1.0
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/text v0.3.3
)