1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
558 B
Modula-2

5 years ago
module github.com/rqlite/rqlite
go 1.13
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75
github.com/hashicorp/raft v1.1.1
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
5 years ago
github.com/mkideal/cli v0.0.3
github.com/mkideal/pkg v0.0.0-20170503154153-3e188c9e7ecc
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
5 years ago
)