generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
104 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,74 @@ | ||
module github.com/hertz-contrib/swagger-generate/thrift-gen-rpc-swagger | ||
|
||
go 1.16 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/bytedance/gopkg v0.0.0-20240514070511-01b2cbcf35e1 | ||
github.com/cloudwego/hertz v0.9.2 | ||
github.com/cloudwego/hertz/cmd/hz v0.9.1 | ||
github.com/bytedance/gopkg v0.1.0 | ||
github.com/cloudwego/hertz v0.9.3 | ||
github.com/cloudwego/hertz/cmd/hz v0.9.0 | ||
github.com/cloudwego/kitex v0.10.3 | ||
github.com/cloudwego/thriftgo v0.3.15 | ||
github.com/cloudwego/thriftgo v0.3.17 | ||
github.com/hertz-contrib/cors v0.1.0 | ||
github.com/hertz-contrib/swagger v0.1.0 | ||
github.com/hertz-contrib/swagger-generate v0.0.0-20240921161005-987932fb30c5 | ||
github.com/swaggo/files v1.0.1 | ||
) | ||
|
||
require ( | ||
github.com/KyleBanks/depth v1.2.1 // indirect | ||
github.com/apache/thrift v0.21.0 // indirect | ||
github.com/bufbuild/protocompile v0.14.1 // indirect | ||
github.com/bytedance/go-tagexpr/v2 v2.9.2 // indirect | ||
github.com/bytedance/sonic v1.12.0 // indirect | ||
github.com/bytedance/sonic/loader v0.2.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/configmanager v0.2.2 // indirect | ||
github.com/cloudwego/dynamicgo v0.2.9 // indirect | ||
github.com/cloudwego/fastpb v0.0.4 // indirect | ||
github.com/cloudwego/frugal v0.1.15 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/cloudwego/localsession v0.0.2 // indirect | ||
github.com/cloudwego/netpoll v0.6.3 // indirect | ||
github.com/cloudwego/runtimex v0.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/fatih/structtag v1.2.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.0 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/spec v0.20.9 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/pprof v0.0.0-20220608213341-c488b8fa1db3 // indirect | ||
github.com/henrylee2cn/ameda v1.4.10 // indirect | ||
github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8 // indirect | ||
github.com/iancoleman/strcase v0.2.0 // indirect | ||
github.com/jhump/protoreflect v1.17.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | ||
github.com/modern-go/gls v0.0.0-20220109145502-612d0167dce5 // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/nyaruka/phonenumbers v1.0.55 // indirect | ||
github.com/oleiade/lane v1.0.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
github.com/swaggo/swag v1.16.1 // indirect | ||
github.com/tidwall/gjson v1.14.4 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
golang.org/x/arch v0.2.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/apache/thrift v0.21.0 => github.com/apache/thrift v0.13.0 |
Oops, something went wrong.