|
1 | 1 | module github.com/real-web-world/hh-lol-prophet
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/atotto/clipboard v0.1.4
|
7 | 7 | github.com/avast/retry-go v3.0.0+incompatible
|
8 |
| - github.com/getsentry/sentry-go v0.12.0 |
9 |
| - github.com/gin-contrib/cors v1.3.1 |
10 |
| - github.com/gin-contrib/pprof v1.3.0 |
11 |
| - github.com/gin-gonic/gin v1.7.7 |
12 |
| - github.com/go-playground/validator/v10 v10.10.0 |
13 |
| - github.com/gorilla/websocket v1.5.0 |
14 |
| - github.com/jinzhu/configor v1.2.1 |
15 |
| - github.com/jinzhu/now v1.1.4 |
16 |
| - github.com/joho/godotenv v1.4.0 |
| 8 | + github.com/getsentry/sentry-go v0.29.1 |
| 9 | + github.com/gin-contrib/cors v1.7.2 |
| 10 | + github.com/gin-contrib/pprof v1.5.0 |
| 11 | + github.com/gin-gonic/gin v1.10.0 |
| 12 | + github.com/go-playground/validator/v10 v10.22.1 |
| 13 | + github.com/gorilla/websocket v1.5.3 |
| 14 | + github.com/jinzhu/configor v1.2.2 |
| 15 | + github.com/jinzhu/now v1.1.5 |
| 16 | + github.com/joho/godotenv v1.5.1 |
17 | 17 | github.com/pkg/errors v0.9.1
|
18 |
| - go.uber.org/zap v1.21.0 |
19 |
| - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
20 |
| - golang.org/x/sys v0.0.0-20220209214540-3681064d5158 |
21 |
| - golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 |
22 |
| - gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
23 |
| - gorm.io/driver/sqlite v1.3.1 |
24 |
| - gorm.io/gorm v1.23.1 |
| 18 | + go.uber.org/zap v1.27.0 |
| 19 | + golang.org/x/sync v0.8.0 |
| 20 | + golang.org/x/sys v0.26.0 |
| 21 | + golang.org/x/time v0.7.0 |
| 22 | + gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
| 23 | + gorm.io/driver/sqlite v1.5.6 |
| 24 | + gorm.io/gorm v1.25.12 |
25 | 25 | )
|
26 | 26 |
|
27 | 27 | require (
|
28 |
| - github.com/BurntSushi/toml v1.0.0 // indirect |
| 28 | + github.com/BurntSushi/toml v1.4.0 // indirect |
| 29 | + github.com/bytedance/sonic v1.12.3 // indirect |
| 30 | + github.com/bytedance/sonic/loader v0.2.1 // indirect |
| 31 | + github.com/cloudwego/base64x v0.1.4 // indirect |
| 32 | + github.com/cloudwego/iasm v0.2.0 // indirect |
| 33 | + github.com/gabriel-vasile/mimetype v1.4.6 // indirect |
29 | 34 | github.com/gin-contrib/sse v0.1.0 // indirect
|
30 |
| - github.com/go-playground/locales v0.14.0 // indirect |
31 |
| - github.com/go-playground/universal-translator v0.18.0 // indirect |
32 |
| - github.com/golang/protobuf v1.5.2 // indirect |
| 35 | + github.com/go-playground/locales v0.14.1 // indirect |
| 36 | + github.com/go-playground/universal-translator v0.18.1 // indirect |
| 37 | + github.com/goccy/go-json v0.10.3 // indirect |
33 | 38 | github.com/jinzhu/inflection v1.0.0 // indirect
|
34 | 39 | github.com/json-iterator/go v1.1.12 // indirect
|
35 |
| - github.com/leodido/go-urn v1.2.1 // indirect |
36 |
| - github.com/mattn/go-isatty v0.0.14 // indirect |
37 |
| - github.com/mattn/go-sqlite3 v1.14.9 // indirect |
| 40 | + github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| 41 | + github.com/leodido/go-urn v1.4.0 // indirect |
| 42 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 43 | + github.com/mattn/go-sqlite3 v1.14.24 // indirect |
38 | 44 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
39 | 45 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
40 |
| - github.com/ugorji/go/codec v1.2.6 // indirect |
41 |
| - go.uber.org/atomic v1.9.0 // indirect |
42 |
| - go.uber.org/multierr v1.7.0 // indirect |
43 |
| - golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect |
44 |
| - golang.org/x/text v0.3.7 // indirect |
45 |
| - google.golang.org/protobuf v1.27.1 // indirect |
46 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
| 46 | + github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 47 | + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| 48 | + github.com/ugorji/go/codec v1.2.12 // indirect |
| 49 | + go.uber.org/multierr v1.11.0 // indirect |
| 50 | + golang.org/x/arch v0.11.0 // indirect |
| 51 | + golang.org/x/crypto v0.28.0 // indirect |
| 52 | + golang.org/x/net v0.30.0 // indirect |
| 53 | + golang.org/x/text v0.19.0 // indirect |
| 54 | + google.golang.org/protobuf v1.35.1 // indirect |
| 55 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
47 | 56 | )
|
0 commit comments