0
0
Fork 0

add go mod files

The source of this repository is now git.zero-knowledge.org/gibheer/pki
This commit is contained in:
Gibheer 2022-08-15 22:36:25 +02:00
parent 8726fcfa3a
commit f4f6429024
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.zero-knowledge.org/gibheer/pki
go 1.19
require golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa h1:zuSxTR4o9y82ebqCUJYNGJbGPo6sKVl54f/TVDObg1c=
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=