diff --git a/go.mod b/go.mod index ab5ccc9..9b55691 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 // indirect github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 // indirect - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.11.1 github.com/twmb/murmur3 v1.1.8 gopkg.in/yaml.v3 v3.0.1 )