|
1 | 1 | module github.com/sqlitebrowser/db4s_cluster_downloader
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.22.5 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/BurntSushi/toml v0.3.1 |
7 |
| - github.com/gin-contrib/gzip v0.0.6 |
8 |
| - github.com/gin-gonic/gin v1.9.1 |
| 8 | + github.com/BurntSushi/toml v1.4.0 |
| 9 | + github.com/gin-contrib/gzip v1.0.1 |
| 10 | + github.com/gin-gonic/gin v1.10.0 |
9 | 11 | github.com/gwenn/gosqlite v0.0.0-20230220182433-af75c85b9faf
|
10 |
| - github.com/jackc/pgx v3.3.0+incompatible |
11 |
| - github.com/mitchellh/go-homedir v1.0.0 |
12 |
| - github.com/stretchr/testify v1.8.4 |
| 12 | + github.com/jackc/pgx v3.6.2+incompatible |
| 13 | + github.com/mitchellh/go-homedir v1.1.0 |
| 14 | + github.com/stretchr/testify v1.9.0 |
13 | 15 | )
|
14 | 16 |
|
15 | 17 | require (
|
16 |
| - github.com/bytedance/sonic v1.10.2 // indirect |
17 |
| - github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
18 |
| - github.com/chenzhuoyu/iasm v0.9.1 // indirect |
| 18 | + github.com/bytedance/sonic v1.11.9 // indirect |
| 19 | + github.com/bytedance/sonic/loader v0.1.1 // indirect |
| 20 | + github.com/cloudwego/base64x v0.1.4 // indirect |
| 21 | + github.com/cloudwego/iasm v0.2.0 // indirect |
19 | 22 | github.com/cockroachdb/apd v1.1.0 // indirect
|
20 | 23 | github.com/davecgh/go-spew v1.1.1 // indirect
|
21 |
| - github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
| 24 | + github.com/gabriel-vasile/mimetype v1.4.4 // indirect |
22 | 25 | github.com/gin-contrib/sse v0.1.0 // indirect
|
23 | 26 | github.com/go-playground/locales v0.14.1 // indirect
|
24 | 27 | github.com/go-playground/universal-translator v0.18.1 // indirect
|
25 |
| - github.com/go-playground/validator/v10 v10.16.0 // indirect |
26 |
| - github.com/goccy/go-json v0.10.2 // indirect |
27 |
| - github.com/gwenn/yacr v0.0.0-20200110180258-a66d8c42d0ff // indirect |
| 28 | + github.com/go-playground/validator/v10 v10.22.0 // indirect |
| 29 | + github.com/goccy/go-json v0.10.3 // indirect |
| 30 | + github.com/gofrs/uuid v4.4.0+incompatible // indirect |
| 31 | + github.com/gwenn/yacr v0.0.0-20230220182143-2858410e8872 // indirect |
28 | 32 | github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
29 | 33 | github.com/json-iterator/go v1.1.12 // indirect
|
30 |
| - github.com/klauspost/cpuid/v2 v2.2.6 // indirect |
31 |
| - github.com/leodido/go-urn v1.2.4 // indirect |
| 34 | + github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| 35 | + github.com/leodido/go-urn v1.4.0 // indirect |
32 | 36 | github.com/lib/pq v1.7.0 // indirect
|
33 | 37 | github.com/mattn/go-isatty v0.0.20 // indirect
|
34 | 38 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
35 | 39 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
36 |
| - github.com/pelletier/go-toml/v2 v2.1.1 // indirect |
37 |
| - github.com/pkg/errors v0.8.0 // indirect |
| 40 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 41 | + github.com/pkg/errors v0.9.1 // indirect |
38 | 42 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
39 |
| - github.com/satori/go.uuid v1.2.0 // indirect |
40 | 43 | github.com/shopspring/decimal v1.2.0 // indirect
|
41 | 44 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
42 | 45 | github.com/ugorji/go/codec v1.2.12 // indirect
|
43 |
| - golang.org/x/arch v0.6.0 // indirect |
44 |
| - golang.org/x/crypto v0.17.0 // indirect |
45 |
| - golang.org/x/net v0.19.0 // indirect |
46 |
| - golang.org/x/sys v0.15.0 // indirect |
47 |
| - golang.org/x/text v0.14.0 // indirect |
48 |
| - google.golang.org/protobuf v1.32.0 // indirect |
| 46 | + golang.org/x/arch v0.8.0 // indirect |
| 47 | + golang.org/x/crypto v0.25.0 // indirect |
| 48 | + golang.org/x/net v0.27.0 // indirect |
| 49 | + golang.org/x/sys v0.22.0 // indirect |
| 50 | + golang.org/x/text v0.16.0 // indirect |
| 51 | + google.golang.org/protobuf v1.34.2 // indirect |
49 | 52 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
50 | 53 | )
|
0 commit comments