Tinkerbell.Sandbox/go.mod

9 lines
212 B
Modula-2
Raw Normal View History

module github.com/tinkerbell/sandbox
go 1.15
require (
github.com/gianarb/vagrant-go v0.0.0-20200902133321-62ba563fe383 // indirect
github.com/tinkerbell/tink v0.0.0-20201109122352-0e8e57332303 // indirect
)