github.com/StackExchange/blackbox/v2@v2.0.1-0.20220331193400-d84e904973ab/go.mod (about)

     1  module github.com/StackExchange/blackbox/v2
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
     7  	github.com/mattn/go-runewidth v0.0.9 // indirect
     8  	github.com/olekukonko/tablewriter v0.0.4
     9  	github.com/sergi/go-diff v1.1.0 // indirect
    10  	github.com/urfave/cli/v2 v2.2.0
    11  )