forked from cloudwego/kitex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 704 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cloudwego/kitex
go 1.13
require (
github.com/apache/thrift v0.13.0
github.com/bytedance/gopkg v0.0.0-20220509134931-d1878f638986
github.com/choleraehyq/pid v0.0.13
github.com/cloudwego/netpoll v0.2.4
github.com/cloudwego/thriftgo v0.1.2
github.com/golang/mock v1.6.0
github.com/json-iterator/go v1.1.12
github.com/tidwall/gjson v1.9.3
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220110181412-a018aaa089fe
golang.org/x/tools v0.1.1
google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)