1
0
Fork 0
mirror of https://github.com/Luzifer/gcr-clean.git synced 2024-12-22 19:31:19 +00:00
gcr-clean/go.mod
Knut Ahlers ed6a6f52c3
Add go.mod file
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-04 16:00:15 +01:00

10 lines
312 B
Modula-2

module github.com/Luzifer/gcr-clean
require (
github.com/Luzifer/rconfig v2.2.0+incompatible
github.com/genuinetools/reg v0.16.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.3.0
github.com/spf13/pflag v1.0.3 // indirect
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19 // indirect
)