diff --git a/context/context_test.go b/context/context_test.go index faab26e05..50d298dac 100644 --- a/context/context_test.go +++ b/context/context_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/goreleaser/goreleaser/config" - "github.com/tj/assert" + "github.com/stretchr/testify/assert" ) func TestNew(t *testing.T) {