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
|
2020-11-18 09:55:42 +00:00
|
|
|
github.com/containers/image/v5 v5.8.0
|
2021-02-12 11:20:11 +00:00
|
|
|
github.com/gianarb/vagrant-go v0.0.0-20200902133321-62ba563fe383 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/tinkerbell/tink v0.0.0-20210211152036-a7e947efc194 // indirect
|
2020-09-02 13:59:50 +00:00
|
|
|
)
|