-
Notifications
You must be signed in to change notification settings - Fork 93
/
go.mod
47 lines (44 loc) · 1.52 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module trpc.group/trpc-go/trpc-go
go 1.18
require (
github.com/BurntSushi/toml v0.3.1
github.com/cespare/xxhash v1.1.0
github.com/fsnotify/fsnotify v1.4.9
github.com/go-playground/form/v4 v4.2.0
github.com/golang/mock v1.4.4
github.com/golang/snappy v0.0.3
github.com/google/flatbuffers v2.0.0+incompatible
github.com/google/go-cmp v0.5.8
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/strftime v1.0.6
github.com/mitchellh/mapstructure v1.5.0
github.com/panjf2000/ants/v2 v2.4.6
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.8.0
github.com/valyala/fasthttp v1.43.0
go.uber.org/atomic v1.9.0
go.uber.org/automaxprocs v1.3.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.13.0
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
trpc.group/trpc-go/tnet v1.0.1
trpc.group/trpc/trpc-protocol/pb/go/trpc v1.0.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/text v0.13.0 // indirect
)