github.com/coocood/badger@v1.5.1-0.20200528065104-c02ac3616d04/go.mod (about)

     1  module github.com/coocood/badger
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/beorn7/perks v1.0.1 // indirect
     7  	github.com/cespare/xxhash v1.1.0
     8  	github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64
     9  	github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2
    10  	github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
    11  	github.com/dustin/go-humanize v1.0.0
    12  	github.com/gogo/protobuf v1.2.1 // indirect
    13  	github.com/golang/protobuf v1.3.1
    14  	github.com/golang/snappy v0.0.1
    15  	github.com/google/go-cmp v0.3.1 // indirect
    16  	github.com/klauspost/compress v1.9.5
    17  	github.com/klauspost/cpuid v1.2.1
    18  	github.com/kr/pretty v0.1.0 // indirect
    19  	github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
    20  	github.com/ncw/directio v1.0.4
    21  	github.com/pingcap/errors v0.11.4
    22  	github.com/pingcap/log v0.0.0-20200511115504-543df19646ad
    23  	github.com/prometheus/client_golang v0.9.0
    24  	github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
    25  	github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
    26  	github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
    27  	github.com/spf13/cobra v0.0.5
    28  	github.com/stretchr/testify v1.3.0
    29  	go.uber.org/zap v1.9.1
    30  	golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
    31  	golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
    32  	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
    33  )
    34  
    35  // this fork has some performance tweak (e.g. surf package's test time, 600s -> 100s)
    36  replace github.com/stretchr/testify => github.com/bobotu/testify v1.3.1-0.20190730155233-067b303304a8