|
1 | 1 | module github.com/traPtitech/anke-to
|
2 | 2 |
|
3 |
| -go 1.22.2 |
| 3 | +go 1.24.1 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/golang/mock v1.6.0 |
7 |
| - github.com/golang/protobuf v1.5.3 // indirect |
8 | 6 | github.com/google/subcommands v1.2.0 // indirect
|
9 |
| - github.com/google/wire v0.5.0 |
10 |
| - github.com/labstack/echo/v4 v4.12.0 |
| 7 | + github.com/google/wire v0.6.0 |
| 8 | + github.com/labstack/echo/v4 v4.13.3 |
11 | 9 | github.com/mattn/go-isatty v0.0.20 // indirect
|
12 |
| - github.com/stretchr/testify v1.9.0 |
13 |
| - golang.org/x/crypto v0.23.0 // indirect |
14 |
| - golang.org/x/mod v0.17.0 // indirect |
15 |
| - golang.org/x/net v0.25.0 // indirect |
16 |
| - golang.org/x/oauth2 v0.10.0 |
17 |
| - golang.org/x/sync v0.8.0 |
18 |
| - golang.org/x/sys v0.20.0 // indirect |
19 |
| - golang.org/x/text v0.15.0 // indirect |
20 |
| - golang.org/x/tools v0.21.0 // indirect |
21 |
| - google.golang.org/appengine v1.6.7 // indirect |
22 |
| - google.golang.org/protobuf v1.33.0 // indirect |
| 10 | + github.com/stretchr/testify v1.10.0 |
| 11 | + golang.org/x/crypto v0.38.0 // indirect |
| 12 | + golang.org/x/mod v0.24.0 // indirect |
| 13 | + golang.org/x/net v0.40.0 // indirect |
| 14 | + golang.org/x/oauth2 v0.30.0 |
| 15 | + golang.org/x/sync v0.14.0 |
| 16 | + golang.org/x/sys v0.33.0 // indirect |
| 17 | + golang.org/x/text v0.25.0 // indirect |
| 18 | + golang.org/x/tools v0.33.0 // indirect |
| 19 | + google.golang.org/protobuf v1.36.6 // indirect |
23 | 20 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
24 | 21 | )
|
25 | 22 |
|
26 | 23 | require (
|
27 | 24 | github.com/davecgh/go-spew v1.1.1 // indirect
|
28 |
| - github.com/go-playground/validator/v10 v10.14.1 |
29 |
| - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
| 25 | + github.com/go-playground/validator/v10 v10.26.0 |
30 | 26 | github.com/jinzhu/inflection v1.0.0 // indirect
|
31 | 27 | github.com/labstack/gommon v0.4.2 // indirect
|
32 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 28 | + github.com/mattn/go-colorable v0.1.14 // indirect |
33 | 29 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
34 | 30 | github.com/valyala/bytebufferpool v1.0.0 // indirect
|
35 | 31 | github.com/valyala/fasttemplate v1.2.2 // indirect
|
36 |
| - golang.org/x/time v0.5.0 // indirect |
| 32 | + golang.org/x/time v0.11.0 // indirect |
37 | 33 | )
|
38 | 34 |
|
39 | 35 | require (
|
| 36 | + filippo.io/edwards25519 v1.1.0 // indirect |
| 37 | + github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect |
40 | 38 | github.com/go-playground/locales v0.14.1 // indirect
|
41 | 39 | github.com/go-playground/universal-translator v0.18.1 // indirect
|
42 |
| - github.com/labstack/echo-contrib v0.12.0 |
43 |
| - github.com/leodido/go-urn v1.2.4 // indirect |
| 40 | + github.com/leodido/go-urn v1.4.0 // indirect |
| 41 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 42 | + github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect |
| 43 | + github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect |
| 44 | + github.com/speakeasy-api/jsonpath v0.6.1 // indirect |
| 45 | + github.com/speakeasy-api/openapi-overlay v0.10.1 // indirect |
| 46 | + github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect |
44 | 47 | )
|
45 | 48 |
|
46 | 49 | require (
|
47 | 50 | github.com/beorn7/perks v1.0.1 // indirect
|
48 |
| - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
49 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
50 |
| - github.com/prometheus/client_model v0.2.0 // indirect |
51 |
| - github.com/prometheus/common v0.32.1 // indirect |
52 |
| - github.com/prometheus/procfs v0.7.3 // indirect |
53 |
| - gorm.io/gorm v1.25.5 |
| 51 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 52 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 53 | + github.com/prometheus/common v0.63.0 // indirect |
| 54 | + github.com/prometheus/procfs v0.16.1 // indirect |
| 55 | + gorm.io/gorm v1.26.0 |
54 | 56 | )
|
55 | 57 |
|
56 | 58 | require (
|
57 | 59 | github.com/jinzhu/now v1.1.5 // indirect
|
58 |
| - gorm.io/driver/mysql v1.5.2 |
| 60 | + gorm.io/driver/mysql v1.5.7 |
59 | 61 | )
|
60 | 62 |
|
61 | 63 | require (
|
62 |
| - github.com/go-sql-driver/mysql v1.7.0 // indirect |
63 |
| - github.com/prometheus/client_golang v1.12.1 |
| 64 | + github.com/go-sql-driver/mysql v1.9.2 // indirect |
| 65 | + github.com/prometheus/client_golang v1.22.0 |
64 | 66 | gopkg.in/guregu/null.v4 v4.0.0
|
65 |
| - gorm.io/plugin/prometheus v0.0.0-20210820101226-2a49866f83ee |
| 67 | + gorm.io/plugin/prometheus v0.1.0 |
66 | 68 | )
|
67 | 69 |
|
68 | 70 | require (
|
69 |
| - github.com/deepmap/oapi-codegen v1.16.2 |
70 |
| - github.com/go-gormigrate/gormigrate/v2 v2.1.1 |
| 71 | + github.com/deckarep/golang-set/v2 v2.8.0 |
| 72 | + github.com/go-gormigrate/gormigrate/v2 v2.1.4 |
| 73 | + github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 |
| 74 | + github.com/traPtitech/go-traq v0.0.0-20250411085910-749ba86cfa5b |
| 75 | + go.uber.org/mock v0.5.2 |
71 | 76 | )
|
72 | 77 |
|
73 | 78 | require (
|
74 |
| - github.com/deckarep/golang-set/v2 v2.6.0 // indirect |
75 |
| - github.com/oapi-codegen/oapi-codegen/v2 v2.3.0 // indirect |
76 |
| - github.com/traPtitech/go-traq v0.0.0-20240420012203-0152d96098b0 // indirect |
77 |
| -) |
78 |
| - |
79 |
| -require ( |
80 |
| - github.com/getkin/kin-openapi v0.124.0 // indirect |
81 |
| - github.com/go-openapi/jsonpointer v0.20.2 // indirect |
82 |
| - github.com/go-openapi/swag v0.22.8 // indirect |
83 |
| - github.com/gorilla/mux v1.8.1 // indirect |
84 |
| - github.com/invopop/yaml v0.2.0 // indirect |
| 79 | + github.com/getkin/kin-openapi v0.132.0 |
| 80 | + github.com/go-openapi/jsonpointer v0.21.1 // indirect |
| 81 | + github.com/go-openapi/swag v0.23.1 // indirect |
85 | 82 | github.com/josharian/intern v1.0.0 // indirect
|
86 |
| - github.com/mailru/easyjson v0.7.7 // indirect |
| 83 | + github.com/mailru/easyjson v0.9.0 // indirect |
87 | 84 | github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
88 |
| - github.com/oapi-codegen/echo-middleware v1.0.1 |
89 | 85 | github.com/perimeterx/marshmallow v1.1.5 // indirect
|
90 | 86 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
91 | 87 | )
|
92 | 88 |
|
93 | 89 | require (
|
94 | 90 | github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
95 |
| - github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
96 |
| - github.com/gofrs/uuid v4.4.0+incompatible |
97 |
| - github.com/google/uuid v1.5.0 // indirect |
98 |
| - github.com/oapi-codegen/runtime v1.1.1 // indirect |
| 91 | + github.com/gabriel-vasile/mimetype v1.4.9 // indirect |
| 92 | + github.com/google/uuid v1.6.0 |
| 93 | + github.com/oapi-codegen/runtime v1.1.1 |
99 | 94 | )
|
0 commit comments