@@ -125,11 +125,11 @@ See [the original README)(./original.md)
125125See the license [ NOTICE] ( ./NOTICE ) , which recalls the licensing terms of all the pieces of software
126126distributed with this fork, including internalized libraries.
127127
128- * [ SPDX-License-Identifier: Apache-2.0] ( ./LICENSE )
129- * [ SPDX-License-Identifier: MIT] ( ./NOTICE )
130- * [ SPDX-License-Identifier: ISC] ( ./internal/spew/LICENSE )
131- * [ SPDX-License-Identifier: ] ( ./internal/difflib/LICENSE )
132- * [ SPDX-License-Identifier: MIT] ( ./_codegen/internal/imports/LICENSE )
128+ * go-openapi/testify [ SPDX-License-Identifier: Apache-2.0] ( ./LICENSE )
129+ * stretchr/testify [ SPDX-License-Identifier: MIT] ( ./NOTICE )
130+ * github.com/davecgh/go-spew [ SPDX-License-Identifier: ISC] ( ./internal/spew/LICENSE )
131+ * github.com/pmezard/go-difflib [ SPDX-License-Identifier: MIT-like ] ( ./internal/difflib/LICENSE )
132+ * imports [ SPDX-License-Identifier: MIT] ( ./_codegen/internal/imports/LICENSE )
133133
134134## PRs from the original repo
135135
@@ -145,7 +145,7 @@ some adaptations into this fork:
145145
146146These would probably need some rework/fix or adaptation, but the proposed idea is worthwile, IMHO.
147147
148- * github.com/stretchr/testify/pull #1460 (ci)
148+ * github.com/stretchr/testify#1460 (ci)
149149* github.com/stretchr/testify#1467 (colorized output)
150150* github.com/stretchr/testify#1480 (colorized output)
151151* github.com/stretchr/testify/pull#1232 (colorized output)
0 commit comments