@@ -41,7 +41,7 @@ require (
41
41
)
42
42
43
43
require (
44
- firebase.google.com/go/v4 v4.15.1
44
+ firebase.google.com/go/v4 v4.15.2
45
45
github.com/PagerDuty/go-pagerduty v1.8.0
46
46
github.com/caarlos0/go-reddit/v3 v3.0.1
47
47
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
@@ -50,15 +50,15 @@ require (
50
50
51
51
require (
52
52
cel.dev/expr v0.18.0 // indirect
53
- cloud.google.com/go v0.116 .0 // indirect
53
+ cloud.google.com/go v0.117 .0 // indirect
54
54
cloud.google.com/go/auth v0.13.0 // indirect
55
55
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
56
56
cloud.google.com/go/compute/metadata v0.6.0 // indirect
57
- cloud.google.com/go/firestore v1.17 .0 // indirect
57
+ cloud.google.com/go/firestore v1.18 .0 // indirect
58
58
cloud.google.com/go/iam v1.2.2 // indirect
59
59
cloud.google.com/go/longrunning v0.6.3 // indirect
60
60
cloud.google.com/go/monitoring v1.21.2 // indirect
61
- cloud.google.com/go/storage v1.47 .0 // indirect
61
+ cloud.google.com/go/storage v1.49 .0 // indirect
62
62
filippo.io/edwards25519 v1.1.0 // indirect
63
63
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
64
64
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
@@ -77,7 +77,6 @@ require (
77
77
github.com/go-playground/universal-translator v0.18.1 // indirect
78
78
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
79
79
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
80
- github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
81
80
github.com/google/s2a-go v0.1.8 // indirect
82
81
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
83
82
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
@@ -89,7 +88,6 @@ require (
89
88
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
90
89
github.com/rs/zerolog v1.33.0 // indirect
91
90
go.mau.fi/util v0.8.4 // indirect
92
- go.opencensus.io v0.24.0 // indirect
93
91
go.opentelemetry.io/contrib/detectors/gcp v1.32.0 // indirect
94
92
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
95
93
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
0 commit comments