Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}

go 1.23
go 1.23.0

require (
{{#hasOAuthMethods}}
Expand Down
2 changes: 1 addition & 1 deletion samples/client/echo_api/go-external-refs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
)
2 changes: 1 addition & 1 deletion samples/client/echo_api/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
)
2 changes: 1 addition & 1 deletion samples/client/others/go/oneof-anyof-required/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
gopkg.in/validator.v2 v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion samples/client/others/go/oneof-discriminator-lookup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
)
2 changes: 1 addition & 1 deletion samples/client/petstore/go/go-petstore/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
github.com/stretchr/testify v1.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
github.com/stretchr/testify v1.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion samples/openapi3/client/petstore/go/go-petstore/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GIT_USER_ID/GIT_REPO_ID

go 1.23
go 1.23.0

require (
github.com/stretchr/testify v1.10.0
Expand Down
Loading