mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-21 01:00:15 -07:00
11 lines
230 B
Modula-2
11 lines
230 B
Modula-2
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
|
|
)
|