github.com/petermattis/pebble@v0.0.0-20190905164901-ab51a2166067/go.mod (about)

     1  module github.com/petermattis/pebble
     2  
     3  require (
     4  	github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
     5  	github.com/davecgh/go-spew v1.1.1 // indirect
     6  	github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
     7  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
     8  	github.com/kr/pretty v0.1.0
     9  	github.com/pmezard/go-difflib v1.0.0 // indirect
    10  	github.com/spf13/cobra v0.0.3
    11  	github.com/spf13/pflag v1.0.3 // indirect
    12  	github.com/stretchr/testify v1.2.2
    13  	golang.org/x/exp v0.0.0-20190426190305-956cc1757749
    14  	golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
    15  )