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