In the beginning, there was darkness

This commit is contained in:
Daniel Ziltener 2019-12-19 23:21:34 +01:00
parent 99cf5693b7
commit 46755480bd
1 changed files with 9 additions and 0 deletions

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module gitea.lyrion.ch/zilti/packer-builder-iocage-jail
go 1.12
require (
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/packer v1.4.4
golang.org/x/tools/gopls v0.2.2 // indirect
)