github.com/willabides/benchdiff@v0.9.1/go.mod (about)

     1  module github.com/willabides/benchdiff
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/alecthomas/kong v0.7.1
     7  	github.com/stretchr/testify v1.8.2
     8  	github.com/willabides/mdtable v0.3.1
     9  	golang.org/x/crypto v0.9.0
    10  	golang.org/x/perf v0.0.0-20201207232921-bdcc6220ee90
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/mattn/go-runewidth v0.0.9 // indirect
    16  	github.com/pmezard/go-difflib v1.0.0 // indirect
    17  	golang.org/x/sys v0.8.0 // indirect
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )