Skip to content

Commit cc28d2c

Browse files
authored
go.mod: run tidy (#697)
This caused the release to fail. (Side note: why on earth doesn't Go do this for you when you run `go get` as suggested?)
1 parent 3302dc6 commit cc28d2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3437
require (
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

0 commit comments

Comments
 (0)