-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
48 lines (44 loc) · 2.19 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
module github.com/chen-keinan/go-license-discovery
go 1.17
replace github.com/chen-keinan/go-license-detector => github.com/chen-keinan/go-license-detector v1.0.4
require (
github.com/chen-keinan/go-license-detector v1.0.4
github.com/jfrog/gofrog v1.3.0
github.com/jfrog/licenseclassifier/licenseclassifier v0.0.0-20190328120639-b50cce22368c
github.com/stretchr/testify v1.8.2
)
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/chen-keinan/minhash-lsh v0.0.0-20210624055728-556c5c1d56b9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-minhash v0.0.0-20190315135803-ad340ca03076 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/hhatto/gorst v0.0.0-20171128071645-7682c8a25108 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jdkato/prose v1.1.0 // indirect
github.com/jfrog/licenseclassifier/stringclassifier v0.0.0-20190328120639-b50cce22368c // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shogo82148/go-shuffle v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
gonum.org/v1/gonum v0.6.1 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/src-d/go-billy-siva.v4 v4.3.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/src-d/go-siva.v1 v1.8.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)