module github.com/nats-io/nats-streaming-server go 1.14 require ( github.com/go-sql-driver/mysql v1.5.0 github.com/gogo/protobuf v1.3.1 github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/go-msgpack v1.1.5 github.com/hashicorp/raft v1.2.0 github.com/lib/pq v1.8.0 github.com/nats-io/nats-server/v2 v2.1.9 github.com/nats-io/nats.go v1.10.0 github.com/nats-io/nuid v1.0.1 github.com/nats-io/stan.go v0.7.0 github.com/prometheus/procfs v0.2.0 go.etcd.io/bbolt v1.3.5 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 )