Skip to content

Commit ec56dfd

Browse files
committed
fix go mod
1 parent 6a5198e commit ec56dfd

File tree

8 files changed

+14
-11
lines changed
  • examples
    • authenticated-api/stdhttp
    • extensions/xomitzero
    • minimal-server/stdhttp-go-tool
    • output-options/preferskipoptionalpointerwithomitzero
    • petstore-expanded/stdhttp
  • internal/test

8 files changed

+14
-11
lines changed

examples/authenticated-api/stdhttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/livesession/oapi-codegen/v2 => ../../../
77
require (
88
github.com/getkin/kin-openapi v0.133.0
99
github.com/lestrrat-go/jwx v1.2.29
10-
github.com/oapi-codegen/nethttp-middleware v1.0.2
1110
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
11+
github.com/oapi-codegen/nethttp-middleware v1.0.2
1212
github.com/oapi-codegen/testutil v1.1.0
1313
github.com/stretchr/testify v1.11.1
1414
)

examples/extensions/xomitzero/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ replace github.com/livesession/oapi-codegen/v2 => ../../../
66

77
require (
88
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
9-
github.com/stretchr/testify v1.10.0
9+
github.com/stretchr/testify v1.11.1
1010
)
1111

1212
require (
1313
github.com/davecgh/go-spew v1.1.1 // indirect
1414
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
15-
github.com/getkin/kin-openapi v0.132.0 // indirect
15+
github.com/getkin/kin-openapi v0.133.0 // indirect
1616
github.com/go-openapi/jsonpointer v0.21.0 // indirect
1717
github.com/go-openapi/swag v0.23.0 // indirect
1818
github.com/josharian/intern v1.0.0 // indirect
@@ -25,6 +25,7 @@ require (
2525
github.com/speakeasy-api/jsonpath v0.6.0 // indirect
2626
github.com/speakeasy-api/openapi-overlay v0.10.2 // indirect
2727
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
28+
github.com/woodsbury/decimal128 v1.3.0 // indirect
2829
golang.org/x/mod v0.21.0 // indirect
2930
golang.org/x/sync v0.9.0 // indirect
3031
golang.org/x/text v0.20.0 // indirect

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ require (
1414
github.com/kataras/iris/v12 v12.2.6-0.20230908161203-24ba4e8933b9
1515
github.com/labstack/echo/v4 v4.12.0
1616
github.com/lestrrat-go/jwx v1.2.26
17+
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
1718
github.com/oapi-codegen/echo-middleware v1.0.2
1819
github.com/oapi-codegen/fiber-middleware v1.0.2
1920
github.com/oapi-codegen/gin-middleware v1.0.2
2021
github.com/oapi-codegen/iris-middleware v1.0.5
2122
github.com/oapi-codegen/nethttp-middleware v1.0.2
22-
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
2323
github.com/oapi-codegen/runtime v1.1.0
2424
github.com/oapi-codegen/testutil v1.0.0
2525
github.com/stretchr/testify v1.11.1

examples/minimal-server/stdhttp-go-tool/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/go-openapi/jsonpointer v0.21.0 // indirect
1313
github.com/go-openapi/swag v0.23.0 // indirect
1414
github.com/josharian/intern v1.0.0 // indirect
15+
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000 // indirect
1516
github.com/mailru/easyjson v0.7.7 // indirect
1617
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
17-
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000 // indirect
1818
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
1919
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
2020
github.com/perimeterx/marshmallow v1.1.5 // indirect

examples/output-options/preferskipoptionalpointerwithomitzero/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ replace github.com/livesession/oapi-codegen/v2 => ../../../
66

77
require (
88
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
9-
github.com/stretchr/testify v1.10.0
9+
github.com/stretchr/testify v1.11.1
1010
)
1111

1212
require (
1313
github.com/davecgh/go-spew v1.1.1 // indirect
1414
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
15-
github.com/getkin/kin-openapi v0.132.0 // indirect
15+
github.com/getkin/kin-openapi v0.133.0 // indirect
1616
github.com/go-openapi/jsonpointer v0.21.0 // indirect
1717
github.com/go-openapi/swag v0.23.0 // indirect
1818
github.com/josharian/intern v1.0.0 // indirect
@@ -25,6 +25,7 @@ require (
2525
github.com/speakeasy-api/jsonpath v0.6.0 // indirect
2626
github.com/speakeasy-api/openapi-overlay v0.10.2 // indirect
2727
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
28+
github.com/woodsbury/decimal128 v1.3.0 // indirect
2829
golang.org/x/mod v0.21.0 // indirect
2930
golang.org/x/sync v0.9.0 // indirect
3031
golang.org/x/text v0.20.0 // indirect

examples/petstore-expanded/stdhttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ replace github.com/livesession/oapi-codegen/v2 => ../../../
66

77
require (
88
github.com/getkin/kin-openapi v0.133.0
9-
github.com/oapi-codegen/nethttp-middleware v1.0.2
109
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
10+
github.com/oapi-codegen/nethttp-middleware v1.0.2
1111
github.com/oapi-codegen/runtime v1.1.0
1212
github.com/oapi-codegen/testutil v1.0.0
1313
github.com/stretchr/testify v1.11.1

internal/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/gorilla/mux v1.8.1
1414
github.com/kataras/iris/v12 v12.2.6-0.20230908161203-24ba4e8933b9
1515
github.com/labstack/echo/v4 v4.11.3
16-
github.com/oapi-codegen/nullable v1.0.1
1716
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
17+
github.com/oapi-codegen/nullable v1.0.1
1818
github.com/oapi-codegen/runtime v1.1.0
1919
github.com/oapi-codegen/testutil v1.0.0
2020
github.com/stretchr/testify v1.11.1

internal/test/strict-server/stdhttp/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ replace github.com/livesession/oapi-codegen/v2 => ../../../../
77
replace github.com/livesession/oapi-codegen/v2/internal/test => ../..
88

99
require (
10-
github.com/getkin/kin-openapi v0.132.0
10+
github.com/getkin/kin-openapi v0.133.0
1111
github.com/livesession/oapi-codegen/v2 v2.0.0-00010101000000-000000000000
1212
github.com/livesession/oapi-codegen/v2/internal/test v0.0.0-00010101000000-000000000000
1313
github.com/oapi-codegen/runtime v1.1.0
1414
github.com/oapi-codegen/testutil v1.1.0
15-
github.com/stretchr/testify v1.10.0
15+
github.com/stretchr/testify v1.11.1
1616
)
1717

1818
require (
@@ -32,6 +32,7 @@ require (
3232
github.com/speakeasy-api/jsonpath v0.6.0 // indirect
3333
github.com/speakeasy-api/openapi-overlay v0.10.2 // indirect
3434
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
35+
github.com/woodsbury/decimal128 v1.3.0 // indirect
3536
golang.org/x/mod v0.21.0 // indirect
3637
golang.org/x/sync v0.9.0 // indirect
3738
golang.org/x/text v0.20.0 // indirect

0 commit comments

Comments
 (0)