mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-21 08:21:16 +00:00
13 lines
244 B
Modula-2
13 lines
244 B
Modula-2
|
module github.com/Luzifer/sii/cmd/sii-decrypt
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
replace github.com/Luzifer/sii => ../../
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/Luzifer/sii v0.0.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/sirupsen/logrus v1.4.2
|
||
|
)
|