We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d6373 commit cd558f3Copy full SHA for cd558f3
code-gen/go.mod
@@ -1,19 +1,14 @@
1
module github.com/YangSen-qn/code-gen
2
3
require (
4
- github.com/getkin/kin-openapi v0.124.0
5
github.com/iancoleman/strcase v0.3.0
6
gopkg.in/yaml.v3 v3.0.1
7
)
8
9
10
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
11
- github.com/go-openapi/swag v0.22.8 // indirect
12
- github.com/invopop/yaml v0.2.0 // indirect
13
- github.com/josharian/intern v1.0.0 // indirect
14
- github.com/mailru/easyjson v0.7.7 // indirect
15
- github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
16
- github.com/perimeterx/marshmallow v1.1.5 // indirect
+ github.com/kr/pretty v0.3.1 // indirect
+ github.com/rogpeppe/go-internal v1.12.0 // indirect
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
17
18
19
-go 1.21.8
+go 1.22.5
0 commit comments