forked from xndm-recommend/go-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.71 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
module github.com/xiaoniudongman/go-utils
go 1.18
require (
github.com/RoaringBitmap/roaring v0.5.5
github.com/apache/thrift v0.13.0
github.com/beltran/gosasl v0.0.0-20200816203322-2f20f217aef6 // indirect
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/denisenkom/go-mssqldb v0.0.0-20200910202707-1e08a3fab204
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/mock v1.4.4 // indirect
github.com/golang/protobuf v1.4.1 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/pkg/errors v0.9.1
github.com/popeyeio/gohbase v0.0.0-20190122030338-468f62dba74e // indirect
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e // indirect
github.com/sdming/goh v0.0.0-20130319082738-7071d6d7ab1f // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
github.com/silenceper/pool v0.0.0-20200429081406-a659d818d9aa
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/goconvey v1.6.4
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.4.0
github.com/tsuna/gohbase v0.0.0-20201006203713-f1ffe9f66b83
github.com/valyala/fastrand v1.0.0 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.61.0
gopkg.in/yaml.v2 v2.2.8
modernc.org/b v1.0.0 // indirect
)