aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormeskio <meskio@torproject.org>2024-05-09 11:42:56 +0200
committermeskio <meskio@torproject.org>2024-05-09 16:24:33 +0200
commita9df5dd71a305c7342fdfbccb4195b4511e4bc65 (patch)
treea542ed1e536a6aef8fc4e3e8a1f9bf762a83f613 /go.mod
parent7bd3e31d7eb7a426188d9745ff9f437c3efbe81e (diff)
downloadsnowflake-a9df5dd71a305c7342fdfbccb4195b4511e4bc65.tar.gz
snowflake-a9df5dd71a305c7342fdfbccb4195b4511e4bc65.zip
Use ptutil for safelog and prometheus rounded metrics
* Related: #40354
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 5e68b61..0ef3e1e 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,6 @@ require (
github.com/pion/transport/v2 v2.2.4
github.com/pion/webrtc/v3 v3.2.40
github.com/prometheus/client_golang v1.19.0
- github.com/prometheus/client_model v0.6.1
github.com/realclientip/realclientip-go v1.0.0
github.com/refraction-networking/utls v1.6.6
github.com/smartystreets/goconvey v1.8.1
@@ -26,10 +25,10 @@ require (
github.com/xtaci/smux v1.5.24
gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.5.0
+ gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil v0.0.0-20240509090240-b27cf78add95
golang.org/x/crypto v0.23.0
golang.org/x/net v0.25.0
golang.org/x/sys v0.20.0
- google.golang.org/protobuf v1.34.0
)
require (
@@ -45,7 +44,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6 // indirect
github.com/aws/smithy-go v1.20.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.1 // indirect
@@ -69,8 +68,9 @@ 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.48.0 // indirect
- github.com/prometheus/procfs v0.12.0 // indirect
+ github.com/prometheus/client_model v0.6.1 // indirect
+ github.com/prometheus/common v0.53.0 // indirect
+ github.com/prometheus/procfs v0.14.0 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect
@@ -79,5 +79,6 @@ require (
golang.org/x/mod v0.16.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.19.0 // indirect
+ google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)