mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-21 00:21:15 +00:00
12 lines
244 B
Modula-2
12 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
|
|
)
|