Files
go-sqlcipher/go.mod
T
2020-12-07 17:58:31 +00:00

9 lines
148 B
AMPL

module github.com/mutecomm/go-sqlcipher/v4
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
)