This commit is contained in:
Mikaël Cluseau
2018-06-17 17:46:58 +11:00
parent 81e581f157
commit ec3736cedc
115 changed files with 44287 additions and 0 deletions

6
go.mod Normal file
View File

@ -0,0 +1,6 @@
module novit.nc/direktil/pkg
require (
github.com/ulikunitz/xz v0.5.4
gopkg.in/yaml.v2 v2.2.1
)