Files
go-sqlcipher/go.mod
T
2020-07-23 04:09:25 +00:00

10 lines
201 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
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)