|
1 | 1 | module github.com/whywaita/myshoes |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 |
7 | | - github.com/go-sql-driver/mysql v1.8.1 |
8 | | - github.com/golang-jwt/jwt/v4 v4.5.1 |
| 6 | + github.com/bradleyfalzon/ghinstallation/v2 v2.17.0 |
| 7 | + github.com/go-sql-driver/mysql v1.9.3 |
| 8 | + github.com/golang-jwt/jwt/v4 v4.5.2 |
9 | 9 | github.com/google/go-cmp v0.7.0 |
10 | | - github.com/google/go-github/v47 v47.1.0 |
11 | | - github.com/hashicorp/go-plugin v1.6.2 |
12 | | - github.com/hashicorp/go-version v1.7.0 |
| 10 | + github.com/google/go-github/v80 v80.0.0 |
| 11 | + github.com/hashicorp/go-plugin v1.7.0 |
| 12 | + github.com/hashicorp/go-version v1.8.0 |
13 | 13 | github.com/jmoiron/sqlx v1.4.0 |
14 | 14 | github.com/m4ns0ur/httpcache v0.0.0-20200426190423-1040e2e8823f |
15 | | - github.com/ory/dockertest/v3 v3.11.0 |
| 15 | + github.com/ory/dockertest/v3 v3.12.0 |
16 | 16 | github.com/patrickmn/go-cache v2.1.0+incompatible |
17 | | - github.com/prometheus/client_golang v1.22.0 |
| 17 | + github.com/prometheus/client_golang v1.23.2 |
18 | 18 | github.com/r3labs/diff/v2 v2.15.1 |
19 | 19 | github.com/satori/go.uuid v1.2.0 |
20 | 20 | goji.io v2.0.2+incompatible |
21 | | - golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c |
22 | | - golang.org/x/oauth2 v0.24.0 |
23 | | - golang.org/x/sync v0.10.0 |
24 | | - google.golang.org/grpc v1.68.0 |
25 | | - google.golang.org/protobuf v1.36.5 |
| 21 | + golang.org/x/oauth2 v0.32.0 |
| 22 | + golang.org/x/sync v0.18.0 |
| 23 | + google.golang.org/grpc v1.77.0 |
| 24 | + google.golang.org/protobuf v1.36.10 |
26 | 25 | ) |
27 | 26 |
|
28 | 27 | require ( |
29 | | - dario.cat/mergo v1.0.1 // indirect |
| 28 | + dario.cat/mergo v1.0.2 // indirect |
30 | 29 | filippo.io/edwards25519 v1.1.0 // indirect |
31 | | - github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect |
| 30 | + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
32 | 31 | github.com/Microsoft/go-winio v0.6.2 // indirect |
33 | 32 | github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect |
34 | 33 | github.com/beorn7/perks v1.0.1 // indirect |
35 | 34 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
36 | 35 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
37 | | - github.com/containerd/continuity v0.4.4 // indirect |
38 | | - github.com/docker/cli v27.3.1+incompatible // indirect |
39 | | - github.com/docker/docker v27.3.1+incompatible // indirect |
40 | | - github.com/docker/go-connections v0.5.0 // indirect |
| 36 | + github.com/containerd/continuity v0.4.5 // indirect |
| 37 | + github.com/containerd/errdefs v1.0.0 // indirect |
| 38 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
| 39 | + github.com/distribution/reference v0.6.0 // indirect |
| 40 | + github.com/docker/cli v29.1.2+incompatible // indirect |
| 41 | + github.com/docker/go-connections v0.6.0 // indirect |
41 | 42 | github.com/docker/go-units v0.5.0 // indirect |
42 | 43 | github.com/fatih/color v1.18.0 // indirect |
43 | | - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
44 | | - github.com/gogo/protobuf v1.3.2 // indirect |
| 44 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 45 | + github.com/go-logr/logr v1.4.3 // indirect |
| 46 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 47 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
45 | 48 | github.com/golang/protobuf v1.5.4 // indirect |
46 | | - github.com/google/go-github/v62 v62.0.0 // indirect |
| 49 | + github.com/google/go-github/v75 v75.0.0 // indirect |
47 | 50 | github.com/google/go-querystring v1.1.0 // indirect |
48 | 51 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
49 | 52 | github.com/hashicorp/go-hclog v1.6.3 // indirect |
50 | 53 | github.com/hashicorp/yamux v0.1.2 // indirect |
51 | | - github.com/kr/text v0.2.0 // indirect |
52 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
| 54 | + github.com/mattn/go-colorable v0.1.14 // indirect |
53 | 55 | github.com/mattn/go-isatty v0.0.20 // indirect |
54 | 56 | github.com/moby/docker-image-spec v1.3.1 // indirect |
55 | | - github.com/moby/sys/user v0.3.0 // indirect |
56 | | - github.com/moby/term v0.5.0 // indirect |
| 57 | + github.com/moby/moby/api v1.52.0 // indirect |
| 58 | + github.com/moby/moby/client v0.2.1 // indirect |
| 59 | + github.com/moby/sys/user v0.4.0 // indirect |
| 60 | + github.com/moby/term v0.5.2 // indirect |
57 | 61 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
58 | | - github.com/oklog/run v1.1.0 // indirect |
| 62 | + github.com/oklog/run v1.2.0 // indirect |
59 | 63 | github.com/opencontainers/go-digest v1.0.0 // indirect |
60 | | - github.com/opencontainers/image-spec v1.1.0 // indirect |
61 | | - github.com/opencontainers/runc v1.2.1 // indirect |
62 | | - github.com/pkg/errors v0.9.1 // indirect |
63 | | - github.com/prometheus/client_model v0.6.1 // indirect |
64 | | - github.com/prometheus/common v0.62.0 // indirect |
65 | | - github.com/prometheus/procfs v0.15.1 // indirect |
| 64 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
| 65 | + github.com/opencontainers/runc v1.2.3 // indirect |
| 66 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 67 | + github.com/prometheus/common v0.66.1 // indirect |
| 68 | + github.com/prometheus/procfs v0.16.1 // indirect |
66 | 69 | github.com/sirupsen/logrus v1.9.3 // indirect |
67 | 70 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
68 | 71 | github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
69 | 72 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
70 | 73 | github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
71 | | - golang.org/x/crypto v0.31.0 // indirect |
72 | | - golang.org/x/net v0.33.0 // indirect |
73 | | - golang.org/x/sys v0.30.0 // indirect |
74 | | - golang.org/x/text v0.21.0 // indirect |
| 74 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| 75 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect |
| 76 | + go.opentelemetry.io/otel v1.38.0 // indirect |
| 77 | + go.opentelemetry.io/otel/metric v1.38.0 // indirect |
| 78 | + go.opentelemetry.io/otel/trace v1.38.0 // indirect |
| 79 | + go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 80 | + golang.org/x/net v0.47.0 // indirect |
| 81 | + golang.org/x/sys v0.38.0 // indirect |
| 82 | + golang.org/x/text v0.31.0 // indirect |
75 | 83 | google.golang.org/appengine v1.6.8 // indirect |
76 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect |
77 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
| 84 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect |
| 85 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
78 | 86 | ) |
0 commit comments