aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <micah+renovate@torproject.org>2024-01-05 22:43:30 +0000
committerCecylia Bocovich <cohosh@torproject.org>2024-01-08 10:11:14 -0500
commit48af2b2138cfd049e64b676f542d81dd1ff9942d (patch)
tree32f05ef93c1bccc35329e2629e5ea8eac980196e /go.mod
parentc98f50f5a7a51daa443f84bd94af9455970b4880 (diff)
downloadsnowflake-48af2b2138cfd049e64b676f542d81dd1ff9942d.tar.gz
snowflake-48af2b2138cfd049e64b676f542d81dd1ff9942d.zip
chore(deps): update module github.com/prometheus/client_golang to v1.18.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 61f4720..850b973 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/pion/stun v0.6.1
github.com/pion/transport/v2 v2.2.4
github.com/pion/webrtc/v3 v3.2.24
- github.com/prometheus/client_golang v1.17.0
+ github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_model v0.5.0
github.com/refraction-networking/utls v1.6.0
github.com/smartystreets/goconvey v1.8.1
@@ -32,7 +32,6 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
@@ -40,7 +39,7 @@ require (
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/klauspost/reedsolomon v1.11.8 // indirect
github.com/kr/text v0.2.0 // indirect
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pion/datachannel v1.5.5 // indirect
github.com/pion/dtls/v2 v2.2.7 // indirect
@@ -55,7 +54,7 @@ require (
github.com/pion/turn/v2 v2.1.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/prometheus/common v0.44.0 // indirect
+ github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/quic-go/quic-go v0.39.0 // indirect
github.com/smarty/assertions v1.15.0 // indirect