1
0
Fork 0
mirror of https://github.com/Luzifer/gcr-clean.git synced 2024-10-18 13:14:20 +00:00
gcr-clean/go.mod
Knut Ahlers 84dacbdf06
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-05 11:39:48 +01:00

9 lines
249 B
Modula-2

module github.com/Luzifer/gcr-clean
require (
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/genuinetools/reg v0.16.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.3.0
)