2019-09-12 05:12:18 +00:00
|
|
|
module github.com/Luzifer/gen-dockerfile
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-09-07 17:09:16 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
2019-09-12 05:12:18 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
2020-09-07 17:09:16 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
|
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
2019-09-12 05:12:18 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-09-07 17:09:16 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2019-09-12 05:12:18 +00:00
|
|
|
)
|