fix(go): remove go.mod exclude directives

Ayman Bagabas created

Change summary

go.mod | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

go.mod 🔗

@@ -76,6 +76,3 @@ require (
 	gopkg.in/warnings.v0 v0.1.2 // indirect
 	gopkg.in/yaml.v2 v2.4.0 // indirect
 )
-
-// see https://github.com/sergi/go-diff/issues/123
-exclude github.com/sergi/go-diff v1.2.0