go-sqlcipher/go.mod

9 lines
148 B
Modula-2
Raw Normal View History

2020-07-23 02:33:59 +00:00
module github.com/mutecomm/go-sqlcipher/v4
2019-02-26 17:54:51 +00:00
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
)