module github.com/creachadair/jrpc2

go 1.25

require (
	github.com/creachadair/mds v0.25.13
	github.com/google/go-cmp v0.7.0
	golang.org/x/sync v0.18.0
)

require (
	golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
	golang.org/x/mod v0.17.0 // indirect
	golang.org/x/tools v0.21.1-0.20240531212143-b6235391adb3 // indirect
	honnef.co/go/tools v0.5.1 // indirect
)

// A bug in handler.New could panic a wrapped handler on pointer arguments.
retract [v0.21.2, v0.22.0]

// Checksum mismatch due to accidental double tag push. Safe to use, but warns.
retract v0.23.0

tool honnef.co/go/tools/staticcheck
