mirror of
https://github.com/Luzifer/androcrypt.git
synced 2024-12-22 11:51:17 +00:00
10 lines
224 B
Modula-2
10 lines
224 B
Modula-2
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
|
|
)
|