mirror of
https://github.com/Luzifer/gen-dockerfile.git
synced 2024-11-08 15:10:09 +00:00
18 lines
592 B
Modula-2
18 lines
592 B
Modula-2
module github.com/Luzifer/gen-dockerfile
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/fatih/color v1.9.0
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
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
|
|
)
|