File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ require (
2929 jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
3030)
3131
32- require github.com/stretchr/testify v1.7.0
32+ require (
33+ github.com/grafana/regexp v0.0.0-20220202152315-e74e38789280
34+ github.com/stretchr/testify v1.7.0
35+ )
3336
3437require (
3538 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -39,7 +42,6 @@ require (
3942 github.com/ghodss/yaml v1.0.0 // indirect
4043 github.com/go-stack/stack v1.8.1 // indirect
4144 github.com/gogo/protobuf v1.3.2 // indirect
42- github.com/grafana/regexp v0.0.0-20220202152315-e74e38789280 // indirect
4345 github.com/hashicorp/errwrap v1.1.0 // indirect
4446 github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
4547 github.com/klauspost/compress v1.14.2 // indirect
You can’t perform that action at this time.
0 commit comments