-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
30 lines (27 loc) · 1.02 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
module github.com/BOOMfinity/GoThink
go 1.18
require (
github.com/cheggaaa/pb v1.0.29
github.com/hashicorp/go-version v1.6.0
github.com/klauspost/compress v1.15.7
github.com/klauspost/pgzip v1.2.5
github.com/segmentio/encoding v0.3.5
github.com/urfave/cli/v2 v2.10.3
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.2
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/sirupsen/logrus v1.0.6 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
gopkg.in/cenkalti/backoff.v2 v2.2.1 // indirect
)