module github.com/nats-io/nats-streaming-server go 1.14 require ( github.com/go-sql-driver/mysql v1.6.0 github.com/gogo/protobuf v1.3.2 github.com/hashicorp/go-hclog v1.1.0 github.com/hashicorp/go-msgpack v1.1.5 github.com/hashicorp/raft v1.3.3 github.com/lib/pq v1.10.4 github.com/nats-io/nats-server/v2 v2.7.2 github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d github.com/nats-io/nuid v1.0.1 github.com/nats-io/stan.go v0.10.2 github.com/prometheus/procfs v0.7.3 go.etcd.io/bbolt v1.3.6 golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 )