forked from kata-containers/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 955 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/kata-containers/tests
go 1.19
require (
github.com/BurntSushi/toml v0.3.1
github.com/montanaflynn/stats v0.0.0-20151014174947-eeaced052adb
github.com/olekukonko/tablewriter v0.0.6-0.20210304033056-74c60be0ef68
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/urfave/cli v1.22.0
gopkg.in/russross/blackfriday.v2 v2.0.0-00010101000000-000000000000
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.1.0