mirror of https://github.com/kha7iq/pingme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
230 B
11 lines
230 B
4 years ago
|
module github.com/kha7iq/pingme
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||
|
github.com/nikoksr/notify v0.15.0
|
||
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||
|
github.com/urfave/cli/v2 v2.3.0
|
||
|
)
|