forked from filecoin-project/go-jsonrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 913 Bytes
/
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
module github.com/gozelle/jsonrpc
go 1.18
require (
github.com/gozelle/logger v1.3.0
github.com/gozelle/mux v1.8.0
github.com/gozelle/opencensus v0.24.1
github.com/gozelle/testify v1.8.12
github.com/gozelle/uuid v1.3.0
github.com/gozelle/websocket v1.5.0
go.uber.org/zap v1.19.1
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
)
require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/gozelle/color v1.14.1 // indirect
github.com/gozelle/go-difflib v1.0.0 // indirect
github.com/gozelle/isatty v0.0.17 // indirect
github.com/gozelle/spew v1.1.17 // indirect
github.com/gozelle/yaml v0.0.0-20221214152138-81b78a92d903 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.3.0 // indirect
)