File: go.mod

package info (click to toggle)
golang-golang-x-exp 0.0~git20250911.df92998-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,284 kB
  • sloc: ansic: 1,900; objc: 276; sh: 270; asm: 48; makefile: 27
file content (10 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module golang.org/x/exp/jsonrpc2

go 1.24.0

require (
	golang.org/x/exp/event v0.0.0-20250819193227-8b4c13bb791b
	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)

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