1
0
Fork 0
mirror of https://github.com/Luzifer/androcrypt.git synced 2024-10-18 14:14:22 +00:00
androcrypt/go.mod

11 lines
224 B
Modula-2
Raw Normal View History

module github.com/Luzifer/androcrypt
go 1.13
require (
github.com/Luzifer/go-openssl v2.0.0+incompatible
github.com/Luzifer/go-openssl/v3 v3.1.0
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/sirupsen/logrus v1.4.2
)