summaryrefslogtreecommitdiffstats
path: root/jsonrpc2/go.mod
blob: 7951e8b3d8e07b696f7b4023397879af069fb684 (plain)
1
2
3
4
5
6
7
8
9
10
module golang.org/x/exp/jsonrpc2

go 1.18

require (
	golang.org/x/exp/event v0.0.0-20220217172124-1812c5b45e43
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)

require github.com/google/go-cmp v0.5.7 // indirect