2020-09-02 13:59:50 +00:00
|
|
|
module github.com/tinkerbell/sandbox
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-11-16 16:42:54 +00:00
|
|
|
github.com/containers/image v3.0.2+incompatible
|
2021-03-18 14:05:28 +00:00
|
|
|
github.com/containers/image/v5 v5.10.5
|
|
|
|
github.com/gianarb/vagrant-go v0.0.0-20200902133321-62ba563fe383
|
2021-02-12 11:20:11 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-18 14:05:28 +00:00
|
|
|
github.com/tinkerbell/tink v0.0.0-20210315140655-1b178daeaeda
|
2020-09-02 13:59:50 +00:00
|
|
|
)
|