|
1 | 1 | module github.com/Massad/gin-boilerplate |
2 | 2 |
|
3 | | -go 1.21 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | | -toolchain go1.22.1 |
| 5 | +toolchain go1.24.1 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/gin-contrib/gzip v0.0.6 |
9 | | - github.com/gin-gonic/gin v1.9.1 |
| 8 | + github.com/gin-contrib/gzip v1.2.2 |
| 9 | + github.com/gin-gonic/gin v1.10.0 |
10 | 10 | github.com/go-gorp/gorp v2.2.0+incompatible |
11 | | - github.com/go-playground/validator/v10 v10.24.0 |
| 11 | + github.com/go-playground/validator/v10 v10.26.0 |
12 | 12 | github.com/go-redis/redis/v7 v7.4.1 |
13 | | - github.com/golang-jwt/jwt/v4 v4.5.1 |
| 13 | + github.com/golang-jwt/jwt/v4 v4.5.2 |
14 | 14 | github.com/google/uuid v1.6.0 |
15 | 15 | github.com/joho/godotenv v1.5.1 |
16 | 16 | github.com/lib/pq v1.10.9 |
17 | 17 | github.com/stretchr/testify v1.10.0 |
18 | | - golang.org/x/crypto v0.32.0 |
| 18 | + golang.org/x/crypto v0.36.0 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | require ( |
22 | | - github.com/bytedance/sonic v1.10.2 // indirect |
23 | | - github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
24 | | - github.com/chenzhuoyu/iasm v0.9.1 // indirect |
| 22 | + github.com/bytedance/sonic v1.13.2 // indirect |
| 23 | + github.com/bytedance/sonic/loader v0.2.4 // indirect |
| 24 | + github.com/cloudwego/base64x v0.1.5 // indirect |
25 | 25 | github.com/davecgh/go-spew v1.1.1 // indirect |
26 | 26 | github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
27 | | - github.com/gin-contrib/sse v0.1.0 // indirect |
| 27 | + github.com/gin-contrib/sse v1.0.0 // indirect |
28 | 28 | github.com/go-playground/locales v0.14.1 // indirect |
29 | 29 | github.com/go-playground/universal-translator v0.18.1 // indirect |
30 | 30 | github.com/go-sql-driver/mysql v1.6.0 // indirect |
31 | | - github.com/goccy/go-json v0.10.2 // indirect |
| 31 | + github.com/goccy/go-json v0.10.5 // indirect |
32 | 32 | github.com/google/go-cmp v0.6.0 // indirect |
33 | 33 | github.com/json-iterator/go v1.1.12 // indirect |
34 | | - github.com/klauspost/cpuid/v2 v2.2.6 // indirect |
| 34 | + github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
35 | 35 | github.com/leodido/go-urn v1.4.0 // indirect |
36 | 36 | github.com/mattn/go-isatty v0.0.20 // indirect |
37 | 37 | github.com/mattn/go-sqlite3 v1.14.8 // indirect |
38 | 38 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
39 | 39 | github.com/modern-go/reflect2 v1.0.2 // indirect |
40 | | - github.com/pelletier/go-toml/v2 v2.1.1 // indirect |
| 40 | + github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
41 | 41 | github.com/pmezard/go-difflib v1.0.0 // indirect |
42 | 42 | github.com/poy/onpar v1.1.2 // indirect |
43 | 43 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
44 | 44 | github.com/ugorji/go/codec v1.2.12 // indirect |
45 | 45 | github.com/ziutek/mymysql v1.5.4 // indirect |
46 | | - golang.org/x/arch v0.7.0 // indirect |
47 | | - golang.org/x/net v0.34.0 // indirect |
48 | | - golang.org/x/sys v0.29.0 // indirect |
49 | | - golang.org/x/text v0.21.0 // indirect |
50 | | - google.golang.org/protobuf v1.36.3 // indirect |
| 46 | + golang.org/x/arch v0.15.0 // indirect |
| 47 | + golang.org/x/net v0.38.0 // indirect |
| 48 | + golang.org/x/sys v0.31.0 // indirect |
| 49 | + golang.org/x/text v0.23.0 // indirect |
| 50 | + google.golang.org/protobuf v1.36.6 // indirect |
51 | 51 | gopkg.in/yaml.v3 v3.0.1 // indirect |
52 | 52 | ) |
0 commit comments