diff --git a/go/summarize/utils_test.go b/go/summarize/utils_test.go index bc19dc8..81209d0 100644 --- a/go/summarize/utils_test.go +++ b/go/summarize/utils_test.go @@ -17,9 +17,10 @@ limitations under the License. package summarize import ( - "github.com/stretchr/testify/assert" "testing" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" )