9 lines
188 B
Modula-2
9 lines
188 B
Modula-2
|
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
|
||
|
)
|