1
0
Fork 0
mirror of https://github.com/Luzifer/sii.git synced 2024-12-21 08:21:16 +00:00
sii/cmd/save-clean/go.mod

13 lines
319 B
Modula-2
Raw Permalink Normal View History

module github.com/Luzifer/sii/cmd/save-clean
go 1.13
require (
github.com/Luzifer/go_helpers v2.8.1+incompatible
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/Luzifer/scs-extract v0.2.0
github.com/Luzifer/sii v0.0.0-20200104171102-c43d142d3e7b
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
)