1 Star 0 Fork 1

天域/GoTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 3.99 KB
一键复制 编辑 原始数据 按行查看 历史
zhangyu 提交于 2021-12-23 09:36 . gorm
module commonTest
go 1.16
replace common => ./honglian/common
replace thundercommon => ./honglian/thundercommon
replace libewf => ./honglian/libewf
require (
common v0.0.0-00010101000000-000000000000
github.com/Jeffail/tunny v0.0.0-20190930221602-f13eb662a36a
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/arl/statsviz v0.2.1
github.com/asaskevich/govalidator v0.0.0-20200818142706-50839af6027e
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/bwmarrin/snowflake v0.3.0
github.com/chai2010/errors v0.0.0-20200331144644-9552b8eca95b
github.com/chai2010/winsvc v0.0.0-20161110002403-fe57a9a621ec
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
github.com/emirpasic/gods v1.12.0
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-contrib/pprof v1.3.0
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.6.3
github.com/giorgisio/goav v0.1.0
github.com/go-echarts/statsview v0.3.0
github.com/go-ole/go-ole v1.2.4
github.com/go-redis/redis v6.15.8+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/core v0.6.2
github.com/go-xorm/xorm v0.7.1
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/golang/protobuf v1.4.2
github.com/google/gousb v0.0.0-20190812193832-18f4c1d8a750
github.com/gorilla/websocket v1.4.2
github.com/grassto/go-wpd v0.0.0-20211028073137-33e714053d8a
github.com/huichen/sego v0.0.0-20210824061530-c87651ea5c76
github.com/itsubaki/gostruct v0.0.0-20210224030140-3aa44a4d013b
github.com/jaypipes/ghw v0.8.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/johntdyer/slack-go v0.0.0-20180213144715-95fac1160b22 // indirect
github.com/johntdyer/slackrus v0.0.0-20180518184837-f7aae3243a07
github.com/jonboulle/clockwork v0.2.0 // indirect
github.com/juju/ratelimit v1.0.1
github.com/kardianos/service v1.0.0
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible
github.com/lestrrat-go/strftime v1.0.1 // indirect
github.com/mattn/go-sqlite3 v1.14.9
github.com/miekg/dns v1.1.34
github.com/mojocn/base64Captcha v1.3.5
github.com/mozillazg/go-pinyin v0.18.0
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/peterhellberg/acr122u v0.0.0-20190124115600-45a51523cc44
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rs/cors v1.7.0
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/scottkiss/grtm v0.0.0-20151009105840-1c69ec29e5b2
github.com/sdidyk/mtproto v0.0.0-20161228131151-cf2cb57ade69
github.com/shirou/gopsutil v2.20.3+incompatible
github.com/shiyanhui/hero v0.0.2
github.com/sirupsen/logrus v1.6.0
github.com/sony/sonyflake v1.0.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/tebeka/strftime v0.1.4 // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/thinkeridea/go-extend v1.1.0
github.com/twinj/uuid v1.0.0
github.com/unidoc/unioffice v1.2.1
github.com/unrolled/secure v1.0.8
github.com/wumansgy/goEncrypt v0.0.0-20190822060801-cf9a6f8787e4
github.com/yeqown/go-qrcode v1.2.1
gitlab.com/tingshuo/go-diskstate v0.0.0-20191211131809-ee5e7223d03c
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.63.2
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.4
gorm.io/plugin/soft_delete v1.0.5
thundercommon v0.0.0-00010101000000-000000000000
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fzqk9/GoTest.git
git@gitee.com:fzqk9/GoTest.git
fzqk9
GoTest
GoTest
master

搜索帮助