diff --git a/go.mod b/go.mod index b20fd0d..761ae74 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.14 require ( github.com/goapt/logger v1.4.2 github.com/nsqio/go-nsq v1.1.0 - github.com/stretchr/testify v1.8.0 + github.com/stretchr/testify v1.8.3 )