|
1 | 1 | module github.com/updatecli/udash
|
2 | 2 |
|
3 |
| -go 1.22.4 |
4 |
| - |
5 |
| -toolchain go1.22.5 |
| 3 | +go 1.23.2 |
6 | 4 |
|
7 | 5 | require (
|
8 |
| - github.com/auth0/go-jwt-middleware/v2 v2.2.1 |
| 6 | + github.com/auth0/go-jwt-middleware/v2 v2.2.2 |
9 | 7 | github.com/fsnotify/fsnotify v1.8.0
|
10 |
| - github.com/gin-gonic/gin v1.9.1 |
11 |
| - github.com/golang-migrate/migrate/v4 v4.17.0 |
| 8 | + github.com/gin-gonic/gin v1.10.0 |
| 9 | + github.com/golang-migrate/migrate/v4 v4.18.1 |
12 | 10 | github.com/google/uuid v1.6.0
|
13 |
| - github.com/jackc/pgx/v5 v5.5.5 |
| 11 | + github.com/jackc/pgx/v5 v5.7.1 |
14 | 12 | github.com/sirupsen/logrus v1.9.3
|
15 |
| - github.com/spf13/cobra v1.8.0 |
16 |
| - github.com/spf13/viper v1.18.2 |
17 |
| - github.com/updatecli/updatecli v0.79.1 |
| 13 | + github.com/spf13/cobra v1.8.1 |
| 14 | + github.com/spf13/viper v1.19.0 |
| 15 | + github.com/updatecli/updatecli v0.86.0 |
18 | 16 | )
|
19 | 17 |
|
20 | 18 | require (
|
21 |
| - github.com/bytedance/sonic v1.9.1 // indirect |
22 |
| - github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
23 |
| - github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
| 19 | + github.com/bytedance/sonic v1.11.6 // indirect |
| 20 | + github.com/bytedance/sonic/loader v0.1.1 // indirect |
| 21 | + github.com/cloudwego/base64x v0.1.4 // indirect |
| 22 | + github.com/cloudwego/iasm v0.2.0 // indirect |
| 23 | + github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
24 | 24 | github.com/gin-contrib/sse v0.1.0 // indirect
|
25 | 25 | github.com/go-playground/locales v0.14.1 // indirect
|
26 | 26 | github.com/go-playground/universal-translator v0.18.1 // indirect
|
27 |
| - github.com/go-playground/validator/v10 v10.16.0 // indirect |
| 27 | + github.com/go-playground/validator/v10 v10.20.0 // indirect |
28 | 28 | github.com/goccy/go-json v0.10.2 // indirect
|
29 | 29 | github.com/hashicorp/errwrap v1.1.0 // indirect
|
30 | 30 | github.com/hashicorp/go-multierror v1.1.1 // indirect
|
31 | 31 | github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
|
32 | 32 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
33 | 33 | github.com/jackc/pgpassfile v1.0.0 // indirect
|
34 |
| - github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
35 |
| - github.com/jackc/puddle/v2 v2.2.1 // indirect |
| 34 | + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
| 35 | + github.com/jackc/puddle/v2 v2.2.2 // indirect |
36 | 36 | github.com/json-iterator/go v1.1.12 // indirect
|
37 |
| - github.com/klauspost/cpuid/v2 v2.2.4 // indirect |
38 |
| - github.com/leodido/go-urn v1.2.4 // indirect |
| 37 | + github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
| 38 | + github.com/leodido/go-urn v1.4.0 // indirect |
39 | 39 | github.com/lib/pq v1.10.9 // indirect
|
40 | 40 | github.com/magiconair/properties v1.8.7 // indirect
|
41 | 41 | github.com/mattn/go-isatty v0.0.20 // indirect
|
42 | 42 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
43 | 43 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
44 | 44 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
45 |
| - github.com/pelletier/go-toml/v2 v2.1.0 // indirect |
46 |
| - github.com/rogpeppe/go-internal v1.10.0 // indirect |
| 45 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
47 | 46 | github.com/sagikazarmark/locafero v0.4.0 // indirect
|
48 | 47 | github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
49 | 48 | github.com/sourcegraph/conc v0.3.0 // indirect
|
50 | 49 | github.com/spf13/afero v1.11.0 // indirect
|
51 |
| - github.com/spf13/cast v1.6.0 // indirect |
| 50 | + github.com/spf13/cast v1.7.0 // indirect |
52 | 51 | github.com/spf13/pflag v1.0.5 // indirect
|
53 | 52 | github.com/subosito/gotenv v1.6.0 // indirect
|
54 | 53 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
55 |
| - github.com/ugorji/go/codec v1.2.11 // indirect |
| 54 | + github.com/ugorji/go/codec v1.2.12 // indirect |
56 | 55 | go.uber.org/atomic v1.11.0 // indirect
|
57 | 56 | go.uber.org/multierr v1.9.0 // indirect
|
58 |
| - golang.org/x/arch v0.3.0 // indirect |
59 |
| - golang.org/x/crypto v0.24.0 // indirect |
| 57 | + golang.org/x/arch v0.8.0 // indirect |
| 58 | + golang.org/x/crypto v0.28.0 // indirect |
60 | 59 | golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
|
61 |
| - golang.org/x/net v0.26.0 // indirect |
62 |
| - golang.org/x/sync v0.7.0 // indirect |
63 |
| - golang.org/x/sys v0.21.0 // indirect |
64 |
| - golang.org/x/text v0.16.0 // indirect |
65 |
| - google.golang.org/protobuf v1.33.0 // indirect |
66 |
| - gopkg.in/go-jose/go-jose.v2 v2.6.2 // indirect |
| 60 | + golang.org/x/net v0.30.0 // indirect |
| 61 | + golang.org/x/sync v0.8.0 // indirect |
| 62 | + golang.org/x/sys v0.26.0 // indirect |
| 63 | + golang.org/x/text v0.19.0 // indirect |
| 64 | + google.golang.org/protobuf v1.34.2 // indirect |
| 65 | + gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect |
67 | 66 | gopkg.in/ini.v1 v1.67.0 // indirect
|
68 | 67 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
69 | 68 | )
|
0 commit comments