This commit is contained in:
Mikaël Cluseau
2018-06-17 18:32:44 +11:00
parent f92c531f5d
commit 4d889632f6
500 changed files with 133832 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module novit.nc/direktil/local-server
require (
github.com/cavaliercoder/go-cpio v0.0.0-20180222193108-9caab6ff29df
github.com/cloudflare/cfssl v0.0.0-20180530085446-275fb308ac70
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
novit.nc/direktil/pkg v0.0.0-20180617064658-ec3736cedc38
)