We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b323be2 commit 0e2ace4Copy full SHA for 0e2ace4
1 file changed
go.mod
@@ -29,6 +29,8 @@ require (
29
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
30
)
31
32
+require github.com/stretchr/testify v1.7.0
33
+
34
require (
35
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
@@ -53,7 +55,6 @@ require (
53
55
github.com/pmezard/go-difflib v1.0.0 // indirect
54
56
github.com/rivo/uniseg v0.2.0 // indirect
57
github.com/rogpeppe/go-internal v1.8.1 // indirect
- github.com/stretchr/testify v1.7.0 // indirect
58
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
59
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
60
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
0 commit comments