File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ require (
85
85
github.com/lestrrat-go/jwx/v2 v2.1.0
86
86
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20240303152453-e0e82adf1721
87
87
github.com/supabase/hibp v0.0.0-20231124125943-d225752ae869
88
- github.com/supabase/mailme v0.2.0
89
88
github.com/xeipuuv/gojsonschema v1.2.0
90
89
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
91
90
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.26.0
@@ -114,7 +113,7 @@ require (
114
113
github.com/gobuffalo/helpers v0.6.7 // indirect
115
114
github.com/gobuffalo/plush/v4 v4.1.18 // indirect
116
115
github.com/gobuffalo/tags/v3 v3.1.4 // indirect
117
- github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
116
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
118
117
github.com/golang/protobuf v1.5.4 // indirect
119
118
github.com/google/uuid v1.6.0 // indirect
120
119
github.com/gorilla/css v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
119
119
github.com/gofrs/uuid v4.2.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
120
120
github.com/gofrs/uuid v4.3.1+incompatible h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI =
121
121
github.com/gofrs/uuid v4.3.1+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
122
- github.com/golang-jwt/jwt/v4 v4.4.3 h1:Hxl6lhQFj4AnOX6MLrsCb/+7tCj7DxP7VA+2rDIq5AU =
123
- github.com/golang-jwt/jwt/v4 v4.4.3 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
122
+ github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo =
123
+ github.com/golang-jwt/jwt/v4 v4.5.1 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
124
124
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
125
125
github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
126
126
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
@@ -350,8 +350,6 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
350
350
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
351
351
github.com/supabase/hibp v0.0.0-20231124125943-d225752ae869 h1:VDuRtwen5Z7QQ5ctuHUse4wAv/JozkKZkdic5vUV4Lg =
352
352
github.com/supabase/hibp v0.0.0-20231124125943-d225752ae869 /go.mod h1:eHX5nlSMSnyPjUrbYzeqrA8snCe2SKyfizKjU3dkfOw =
353
- github.com/supabase/mailme v0.2.0 h1:39LHZ4+YOeqoN4MiuncPBC3JarExAa0flmokM24qHNU =
354
- github.com/supabase/mailme v0.2.0 /go.mod h1:kWsnmPfUBZTavlXYkfJrE9unzmmRAIi/kqsxXfEWEY8 =
355
353
github.com/twmb/murmur3 v1.1.6 h1:mqrRot1BRxm+Yct+vavLMou2/iJt0tNVTTC0QoIjaZg =
356
354
github.com/twmb/murmur3 v1.1.6 /go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ =
357
355
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
You can’t perform that action at this time.
0 commit comments