mirror of
https://github.com/Luzifer/runemetrics.git
synced 2024-12-22 12:11:20 +00:00
12 lines
262 B
Modula-2
12 lines
262 B
Modula-2
|
module github.com/Luzifer/runemetrics
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
||
|
github.com/gizak/termui/v3 v3.1.0
|
||
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/sirupsen/logrus v1.4.2
|
||
|
)
|