mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
10 lines
198 B
Modula-2
10 lines
198 B
Modula-2
module github.com/mutecomm/go-sqlcipher
|
|
|
|
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-20190225153610-fe579d43d832
|
|
)
|