This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Commit 72243f6
authored
fix: use fork of oapi-codegen with fixes (#49)
### **PR Type**
Bug fix
___
### **Description**
- Switch to fork of oapi-codegen with fixes
- Update version from 2.5.0 to 2.6.0-beta0
- Change repository owner from oapi-codegen to dbarrosop
- Update source hash and revision commit
___
### Diagram Walkthrough
```mermaid
flowchart LR
A["oapi-codegen v2.5.0"] -- "switch to fork" --> B["dbarrosop/oapi-codegen v2.6.0-beta0"]
B -- "contains fixes" --> C["Updated dependency"]
```
<details> <summary><h3> File Walkthrough</h3></summary>
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>go.nix</strong><dd><code>Switch to forked oapi-codegen
dependency</code>
</dd></summary>
<hr>
overlays/go.nix
<ul><li>Switch oapi-codegen dependency to dbarrosop fork<br> <li> Update
version from 2.5.0 to 2.6.0-beta0<br> <li> Change repository owner and
update source hash<br> <li> Update revision to specific commit hash</ul>
</details>
</td>
<td><a
href="https://github.com/nhost/nixops/pull/49/files#diff-46da9fc0b23a2984c1ff57bfd4063ad81fccffcc8403f6902d186d679b4e52bd">+4/-4</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
</details>
___1 parent 67f3247 commit 72243f6
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments