Skip to content

Commit 5971d32

Browse files
ycombinatorclaude
andcommitted
fix: bump oapi-codegen/runtime to v1.6.0 in testing module
The testing module uses pkg/api via a replace directive. After pkg/api/go.mod was bumped to v1.6.0, testing/go.mod needs the same indirect dependency update to keep the module graph consistent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 12510c9 commit 5971d32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

testing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/moby/sys/user v0.4.0 // indirect
6161
github.com/moby/sys/userns v0.1.0 // indirect
6262
github.com/moby/term v0.5.2 // indirect
63-
github.com/oapi-codegen/runtime v1.5.0 // indirect
63+
github.com/oapi-codegen/runtime v1.6.0 // indirect
6464
github.com/opencontainers/go-digest v1.0.0 // indirect
6565
github.com/opencontainers/image-spec v1.1.1 // indirect
6666
github.com/pkg/errors v0.9.1 // indirect

testing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=
117117
github.com/moby/term v0.5.2/go.mod h1:d3djjFCrjnB+fl8NJux+EJzu0msscUP+f8it8hPkFLc=
118118
github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs=
119119
github.com/oapi-codegen/nullable v1.1.0/go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY=
120-
github.com/oapi-codegen/runtime v1.5.0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc=
121-
github.com/oapi-codegen/runtime v1.5.0/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU=
120+
github.com/oapi-codegen/runtime v1.6.0 h1:7Xx+GlueD6nRuyKoCPzL434Jfi3BetbiJOrzCHp/VPU=
121+
github.com/oapi-codegen/runtime v1.6.0/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU=
122122
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
123123
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
124124
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=

0 commit comments

Comments
 (0)