|
1 | 1 | module github.com/miquelruiz/yrs |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | toolchain go1.23.4 |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/amacneil/dbmate/v2 v2.24.0 |
9 | | - github.com/gin-contrib/multitemplate v1.0.1 |
| 8 | + github.com/amacneil/dbmate/v2 v2.26.0 |
| 9 | + github.com/gin-contrib/multitemplate v1.1.0 |
10 | 10 | github.com/gin-gonic/gin v1.10.0 |
11 | | - github.com/mattn/go-sqlite3 v1.14.24 |
| 11 | + github.com/mattn/go-sqlite3 v1.14.26 |
12 | 12 | github.com/mmcdole/gofeed v1.3.0 |
13 | | - github.com/samber/lo v1.47.0 |
14 | | - github.com/spf13/cobra v1.8.1 |
15 | | - golang.org/x/net v0.33.0 |
16 | | - golang.org/x/tools v0.28.0 |
| 13 | + github.com/samber/lo v1.49.1 |
| 14 | + github.com/spf13/cobra v1.9.1 |
| 15 | + golang.org/x/net v0.38.0 |
| 16 | + golang.org/x/tools v0.31.0 |
17 | 17 | gopkg.in/yaml.v2 v2.4.0 |
18 | 18 | ) |
19 | 19 |
|
20 | 20 | require ( |
21 | | - github.com/PuerkitoBio/goquery v1.10.0 // indirect |
22 | | - github.com/andybalholm/cascadia v1.3.2 // indirect |
23 | | - github.com/bytedance/sonic v1.12.6 // indirect |
24 | | - github.com/bytedance/sonic/loader v0.2.1 // indirect |
25 | | - github.com/cloudwego/base64x v0.1.4 // indirect |
| 21 | + github.com/PuerkitoBio/goquery v1.10.2 // indirect |
| 22 | + github.com/andybalholm/cascadia v1.3.3 // indirect |
| 23 | + github.com/bytedance/sonic v1.13.2 // indirect |
| 24 | + github.com/bytedance/sonic/loader v0.2.4 // indirect |
| 25 | + github.com/cloudwego/base64x v0.1.5 // indirect |
26 | 26 | github.com/cloudwego/iasm v0.2.0 // indirect |
27 | | - github.com/gabriel-vasile/mimetype v1.4.7 // indirect |
28 | | - github.com/gin-contrib/sse v0.1.0 // indirect |
| 27 | + github.com/gabriel-vasile/mimetype v1.4.8 // indirect |
| 28 | + github.com/gin-contrib/sse v1.0.0 // indirect |
29 | 29 | github.com/go-playground/locales v0.14.1 // indirect |
30 | 30 | github.com/go-playground/universal-translator v0.18.1 // indirect |
31 | | - github.com/go-playground/validator/v10 v10.23.0 // indirect |
32 | | - github.com/goccy/go-json v0.10.4 // indirect |
| 31 | + github.com/go-playground/validator/v10 v10.26.0 // indirect |
| 32 | + github.com/goccy/go-json v0.10.5 // indirect |
33 | 33 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
34 | 34 | github.com/json-iterator/go v1.1.12 // indirect |
35 | | - github.com/klauspost/cpuid/v2 v2.2.9 // indirect |
| 35 | + github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
36 | 36 | github.com/leodido/go-urn v1.4.0 // indirect |
37 | 37 | github.com/lib/pq v1.10.9 // indirect |
38 | 38 | github.com/mattn/go-isatty v0.0.20 // indirect |
39 | 39 | github.com/mmcdole/goxpp v1.1.1 // indirect |
40 | 40 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
41 | 41 | github.com/modern-go/reflect2 v1.0.2 // indirect |
42 | 42 | github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
43 | | - github.com/spf13/pflag v1.0.5 // indirect |
| 43 | + github.com/spf13/pflag v1.0.6 // indirect |
44 | 44 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
45 | 45 | github.com/ugorji/go/codec v1.2.12 // indirect |
46 | | - golang.org/x/arch v0.12.0 // indirect |
47 | | - golang.org/x/crypto v0.31.0 // indirect |
48 | | - golang.org/x/sys v0.28.0 // indirect |
49 | | - golang.org/x/text v0.21.0 // indirect |
50 | | - google.golang.org/protobuf v1.36.0 // indirect |
| 46 | + golang.org/x/arch v0.15.0 // indirect |
| 47 | + golang.org/x/crypto v0.36.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