12 lines
298 B
Modula-2
12 lines
298 B
Modula-2
module github.com/StackExchange/blackbox/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
)
|