mirror of
https://github.com/Luzifer/shareport.git
synced 2024-11-08 14:20:09 +00:00
11 lines
259 B
Modula-2
11 lines
259 B
Modula-2
module github.com/Luzifer/shareport
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.10.0
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
)
|