mirror of
https://github.com/Luzifer/gen-dockerfile.git
synced 2024-11-08 15:10:09 +00:00
12 lines
382 B
Modula-2
12 lines
382 B
Modula-2
module github.com/Luzifer/gen-dockerfile
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20190827175613-1a84e0480e5b // indirect
|
|
)
|