Bootstrap CI for Vagrant setup tutorial

Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
This commit is contained in:
Gianluca Arbezzano
2020-09-02 15:59:50 +02:00
parent dd02d113a9
commit 71f53e9e84
4 changed files with 482 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/tinkerbell/sandbox
go 1.15
require (
github.com/gianarb/vagrant-go v0.0.0-20200902133321-62ba563fe383
github.com/tinkerbell/tink v0.0.0-20200901114255-ac175e0629c5
)