module github.com/canonical/go-dqlite go 1.14 require ( github.com/Rican7/retry v0.1.0 github.com/ghodss/yaml v1.0.0 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/peterh/liner v1.2.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.6.0 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 gopkg.in/yaml.v2 v2.3.0 // indirect )