mirror of
https://github.com/byReqz/probehost2.git
synced 2024-11-14 03:13:14 +00:00
11 lines
170 B
Modula-2
11 lines
170 B
Modula-2
module github.com/byReqz/probehost2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require golang.org/x/sys v0.23.0 // indirect
|