Skip to content

Commit 0e2ace4

Browse files
committed
Fixup go mod file
1 parent b323be2 commit 0e2ace4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ require (
2929
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
3030
)
3131

32+
require github.com/stretchr/testify v1.7.0
33+
3234
require (
3335
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3436
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
@@ -53,7 +55,6 @@ require (
5355
github.com/pmezard/go-difflib v1.0.0 // indirect
5456
github.com/rivo/uniseg v0.2.0 // indirect
5557
github.com/rogpeppe/go-internal v1.8.1 // indirect
56-
github.com/stretchr/testify v1.7.0 // indirect
5758
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
5859
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
5960
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect

0 commit comments

Comments
 (0)