mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
go.mod: getopt is not an indirect dependency.
This commit is contained in:
parent
8cec3f855d
commit
f768186c51
1 changed files with 4 additions and 2 deletions
6
go.mod
6
go.mod
|
|
@ -2,11 +2,13 @@ module pinger
|
|||
|
||||
go 1.19
|
||||
|
||||
require github.com/prometheus-community/pro-bing v0.1.0
|
||||
require (
|
||||
github.com/pborman/getopt/v2 v2.1.0
|
||||
github.com/prometheus-community/pro-bing v0.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/pborman/getopt/v2 v2.1.0 // indirect
|
||||
golang.org/x/net v0.5.0 // indirect
|
||||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue