module github.com/rqlite/rqlite go 1.16 require ( github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 github.com/armon/go-metrics v0.3.9 // indirect github.com/fatih/color v1.12.0 // indirect github.com/golang/protobuf v1.5.2 github.com/hashicorp/go-hclog v0.16.2 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/go-msgpack v1.1.5 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/hashicorp/raft v1.3.1 github.com/mattn/go-isatty v0.0.14 // indirect github.com/mkideal/cli v0.2.7 github.com/mkideal/pkg v0.1.3 github.com/rqlite/go-sqlite3 v1.22.0 github.com/rqlite/raft-boltdb v0.0.0-20210909131733-595768e10065 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect google.golang.org/protobuf v1.27.1 )