module gfx.cafe/open/jrpc

go 1.18

require (
	gfx.cafe/open/websocket v1.9.2
	gfx.cafe/util/go/bufpool v0.0.0-20230121041905-80dafb1e973e
	gfx.cafe/util/go/frand v0.0.0-20230121041905-80dafb1e973e
	gfx.cafe/util/go/generic v0.0.0-20230502013805-237fcc25d586
	github.com/alecthomas/kong v0.7.1
	github.com/alicebob/miniredis/v2 v2.30.4
	github.com/davecgh/go-spew v1.1.1
	github.com/deckarep/golang-set v1.8.0
	github.com/go-faster/jx v1.0.0
	github.com/goccy/go-json v0.10.0
	github.com/iancoleman/strcase v0.3.0
	github.com/nats-io/nats.go v1.28.0
	github.com/redis/go-redis/v9 v9.0.5
	github.com/rs/xid v1.4.0
	github.com/stretchr/testify v1.8.2
	sigs.k8s.io/yaml v1.3.0
	tuxpa.in/a/zlog v1.61.0
)

require (
	github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
	github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
	github.com/cespare/xxhash/v2 v2.2.0 // indirect
	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
	github.com/go-faster/errors v0.6.1 // indirect
	github.com/golang/protobuf v1.5.3 // indirect
	github.com/klauspost/compress v1.16.7 // indirect
	github.com/kr/pretty v0.3.1 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.18 // indirect
	github.com/nats-io/nats-server/v2 v2.9.21 // indirect
	github.com/nats-io/nkeys v0.4.4 // indirect
	github.com/nats-io/nuid v1.0.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/rs/zerolog v1.29.0 // indirect
	github.com/segmentio/asm v1.2.0 // indirect
	github.com/yuin/gopher-lua v1.1.0 // indirect
	golang.org/x/crypto v0.11.0 // indirect
	golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
	golang.org/x/sys v0.10.0 // indirect
	google.golang.org/protobuf v1.31.0 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)