initial commit

This commit is contained in:
ston1th 2019-06-25 20:57:03 +02:00
commit f6e6e78beb
398 changed files with 242114 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module git.giftfish.de/ston1th/gocrypt
go 1.12
require (
git.giftfish.de/ston1th/godrop/v2 v2.1.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
)