forked from bytehouse-cloud/driver-go
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
27 lines (24 loc) · 774 Bytes
/
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
module github.com/bytehouse-cloud/driver-go
go 1.17
require (
github.com/RoaringBitmap/roaring v0.9.4
github.com/dennwc/varint v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/jfcg/sixb v1.3.4
github.com/pkg/profile v1.6.0
github.com/stretchr/testify v1.8.0
github.com/valyala/fastjson v1.6.3
go.uber.org/goleak v1.2.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
)
require (
github.com/bits-and-blooms/bitset v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)