|
1 | 1 | module meteor-server |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.25.1 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/caarlos0/env v3.5.0+incompatible |
7 | 7 | github.com/dboslee/lru v0.0.1 |
8 | | - github.com/dvsekhvalnov/jose2go v1.5.0 |
9 | | - github.com/go-chi/chi/v5 v5.0.5 |
10 | | - github.com/go-chi/cors v1.2.1 |
11 | | - github.com/google/uuid v1.3.0 |
12 | | - github.com/gorilla/websocket v1.4.2 |
13 | | - github.com/joho/godotenv v1.4.0 |
| 8 | + github.com/dvsekhvalnov/jose2go v1.8.0 |
| 9 | + github.com/go-chi/chi/v5 v5.2.5 |
| 10 | + github.com/go-chi/cors v1.2.2 |
| 11 | + github.com/google/uuid v1.6.0 |
| 12 | + github.com/gorilla/websocket v1.5.3 |
| 13 | + github.com/joho/godotenv v1.5.1 |
14 | 14 | github.com/meyskens/go-turnstile v0.0.0-20230622160222-89160e594ca1 |
15 | | - github.com/plutov/paypal/v4 v4.6.1 |
16 | | - github.com/prometheus/client_golang v1.14.0 |
17 | | - github.com/rs/zerolog v1.30.0 |
| 15 | + github.com/plutov/paypal/v4 v4.7.1 |
| 16 | + github.com/prometheus/client_golang v1.23.2 |
| 17 | + github.com/rs/zerolog v1.35.1 |
18 | 18 | github.com/segmentio/ksuid v1.0.4 |
19 | | - go.mongodb.org/mongo-driver v1.5.1 |
20 | | - golang.org/x/crypto v0.1.0 |
21 | | - golang.org/x/exp v0.0.0-20220713135740-79cabaa25d75 |
22 | | - golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 |
| 19 | + go.mongodb.org/mongo-driver v1.17.9 |
| 20 | + golang.org/x/crypto v0.50.0 |
| 21 | + golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f |
| 22 | + golang.org/x/mod v0.35.0 |
23 | 23 | ) |
24 | 24 |
|
25 | 25 | require ( |
26 | 26 | github.com/aws/aws-sdk-go v1.34.28 // indirect |
27 | 27 | github.com/beorn7/perks v1.0.1 // indirect |
28 | | - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 28 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
29 | 29 | github.com/go-stack/stack v1.8.0 // indirect |
30 | | - github.com/golang/protobuf v1.5.2 // indirect |
31 | | - github.com/golang/snappy v0.0.1 // indirect |
| 30 | + github.com/golang/protobuf v1.5.3 // indirect |
| 31 | + github.com/golang/snappy v0.0.4 // indirect |
32 | 32 | github.com/jmespath/go-jmespath v0.4.0 // indirect |
33 | | - github.com/klauspost/compress v1.9.5 // indirect |
34 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
35 | | - github.com/mattn/go-isatty v0.0.14 // indirect |
| 33 | + github.com/klauspost/compress v1.18.0 // indirect |
| 34 | + github.com/mattn/go-colorable v0.1.14 // indirect |
| 35 | + github.com/mattn/go-isatty v0.0.21 // indirect |
36 | 36 | github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 37 | + github.com/montanaflynn/stats v0.7.1 // indirect |
| 38 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
37 | 39 | github.com/pkg/errors v0.9.1 // indirect |
38 | | - github.com/prometheus/client_model v0.3.0 // indirect |
39 | | - github.com/prometheus/common v0.37.0 // indirect |
40 | | - github.com/prometheus/procfs v0.8.0 // indirect |
| 40 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 41 | + github.com/prometheus/common v0.67.5 // indirect |
| 42 | + github.com/prometheus/procfs v0.16.1 // indirect |
41 | 43 | github.com/xdg-go/pbkdf2 v1.0.0 // indirect |
42 | | - github.com/xdg-go/scram v1.0.2 // indirect |
43 | | - github.com/xdg-go/stringprep v1.0.2 // indirect |
44 | | - github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect |
45 | | - golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect |
46 | | - golang.org/x/sys v0.1.0 // indirect |
47 | | - golang.org/x/text v0.4.0 // indirect |
48 | | - google.golang.org/protobuf v1.28.1 // indirect |
| 44 | + github.com/xdg-go/scram v1.1.2 // indirect |
| 45 | + github.com/xdg-go/stringprep v1.0.4 // indirect |
| 46 | + github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect |
| 47 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 48 | + golang.org/x/sync v0.20.0 // indirect |
| 49 | + golang.org/x/sys v0.43.0 // indirect |
| 50 | + golang.org/x/text v0.36.0 // indirect |
| 51 | + google.golang.org/protobuf v1.36.11 // indirect |
49 | 52 | ) |
0 commit comments