module gfx.cafe/open/jrpc go 1.18 require ( 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/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/stretchr/testify v1.8.2 nhooyr.io/websocket v1.8.7 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/gin-gonic/gin v1.7.7 // indirect github.com/go-faster/errors v0.6.1 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/gorilla/websocket v1.5.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/compress v1.15.15 // 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/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // 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 golang.org/x/crypto v0.6.0 // indirect golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect golang.org/x/sys v0.7.0 // indirect google.golang.org/protobuf v1.28.1 // 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 )