File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
modules/openapi-generator/src/main/resources/go
allof_multiple_ref_and_discriminator
oneof-discriminator-lookup
extensions/x-auth-id-alias/go-experimental
go-petstore-generateMarshalJSON-false
go-petstore-aws-signature Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
module { {gitHost} }/{ {gitUserId} }/{ {gitRepoId} }{ {#isGoSubmodule} }/{ {packageName} }{ {/isGoSubmodule} }
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
{ {#hasOAuthMethods} }
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
)
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
)
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
)
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
gopkg.in/validator.v2 v2.0.1
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
)
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
)
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change 1
1
module github.com/GIT_USER_ID/GIT_REPO_ID
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.10.0
You can’t perform that action at this time.
0 commit comments