forked from ostafen/clover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 936 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
module github.com/blerfont/clover/v2
go 1.13
require (
github.com/brianvoe/gofakeit/v6 v6.17.0
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/google/orderedcode v0.0.1
github.com/klauspost/compress v1.15.9 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mmcloughlin/geohash v0.10.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.1
github.com/vmihailenco/msgpack/v5 v5.3.5
go.etcd.io/bbolt v1.3.6 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)