-
- Downloads
Update module github.com/prometheus/client_golang to v1.17.0
parent
13993926
No related branches found
No related tags found
... | ... | @@ -7,7 +7,7 @@ replace github.com/ooni/minivpn v0.0.5 => github.com/ainghazal/minivpn v0.0.4-0. |
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/ooni/minivpn v0.0.5 | ||
github.com/prometheus/client_golang v1.16.0 | ||
github.com/prometheus/client_golang v1.17.0 | ||
) | ||
require ( | ||
... | ... | @@ -21,17 +21,17 @@ require ( |
github.com/google/uuid v1.3.0 // indirect | ||
github.com/klauspost/compress v1.15.15 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.10.1 // indirect | ||
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/refraction-networking/utls v1.3.1 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect | ||
golang.zx2c4.com/wireguard v0.0.0-20230313165553-0ad14a89f5f9 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gvisor.dev/gvisor v0.0.0-20221203005347-703fd9b7fbc0 // indirect | ||
) |
Please register or sign in to comment