Switch to prometheus-community/pro-bing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f70743d659
commit
11bf5362a3
4 changed files with 8 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -4,7 +4,7 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/coreos/go-oidc/v3 v3.5.0
|
||||
github.com/go-ping/ping v1.1.0
|
||||
github.com/prometheus-community/pro-bing v0.1.0
|
||||
github.com/go-sql-driver/mysql v1.7.0
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.4
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
|
|
@ -15,7 +15,7 @@ require (
|
|||
require (
|
||||
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/google/uuid v1.2.0 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
||||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
||||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
||||
|
|
|
|||
Reference in a new issue