Skip to content

Commit

Permalink
[+] 使用了go modules作为包管理工具(go 1.11版本以上支持)
Browse files Browse the repository at this point in the history
  • Loading branch information
netxfly committed Feb 18, 2019
1 parent 50f1e90 commit 70fd1cd
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 0 deletions.
34 changes: 34 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
module x-crack

require (
cloud.google.com/go v0.36.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/go-redis/redis v6.15.1+incompatible
github.com/jlaffaye/ftp v0.0.0-20190126081051-8019e6774408
github.com/lib/pq v1.0.0
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/netxfly/mysql v1.0.3
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/sirupsen/logrus v1.3.0
github.com/soniah/gosnmp v0.0.0-20190109014816-922fbec967ca
github.com/stacktitan/smb v0.0.0-20170721050911-ba124664fd6b
github.com/urfave/cli v1.20.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/cheggaaa/pb.v2 v2.0.6
gopkg.in/fatih/color.v1 v1.7.0 // indirect
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/olivere/elastic.v3 v3.0.75
gopkg.in/yaml.v2 v2.2.2 // indirect
)
Loading

0 comments on commit 70fd1cd

Please sign in to comment.