The package `github.com/google/go-cmp` is better suited for comparison in tests than `reflect.DeepEqual`. We should replace our `DeepEqual` usage with `go-cmp`. Replacement should be backwards-compatible.