@@ -9,83 +9,83 @@ require (
9
9
github.com/google/uuid v1.6.0
10
10
github.com/gookit/slog v0.5.6
11
11
github.com/rhysd/go-github-selfupdate v1.2.3
12
- github.com/spf13/cobra v1.8.0
13
- github.com/spf13/viper v1.18.2
12
+ github.com/spf13/cobra v1.8.1
13
+ github.com/spf13/viper v1.19.0
14
14
github.com/studio-b12/gowebdav v0.9.0
15
- go.mongodb.org/mongo-driver v1.15 .0
15
+ go.mongodb.org/mongo-driver v1.16 .0
16
16
golang.org/x/image v0.18.0
17
17
)
18
18
19
19
require (
20
20
github.com/andybalholm/brotli v1.1.0 // indirect
21
- github.com/bytedance/sonic v1.11.8 // indirect
21
+ github.com/bytedance/sonic v1.11.9 // indirect
22
22
github.com/bytedance/sonic/loader v0.1.1 // indirect
23
- github.com/cloudflare/circl v1.3.8 // indirect
23
+ github.com/cloudflare/circl v1.3.9 // indirect
24
24
github.com/cloudwego/base64x v0.1.4 // indirect
25
25
github.com/cloudwego/iasm v0.2.0 // indirect
26
- github.com/fasthttp/router v1.5.1 // indirect
27
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
26
+ github.com/fasthttp/router v1.5.2 // indirect
27
+ github.com/gabriel-vasile/mimetype v1.4.4 // indirect
28
28
github.com/gin-contrib/sse v0.1.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.20 .0 // indirect
31
+ github.com/go-playground/validator/v10 v10.22 .0 // indirect
32
32
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
33
- github.com/goccy/go-json v0.10.2 // indirect
33
+ github.com/goccy/go-json v0.10.3 // indirect
34
34
github.com/golang/snappy v0.0.4 // indirect
35
35
github.com/google/go-github/v30 v30.1.0 // indirect
36
36
github.com/google/go-querystring v1.1.0 // indirect
37
- github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect
37
+ github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
38
38
github.com/grbit/go-json v0.11.0 // indirect
39
39
github.com/hashicorp/errwrap v1.1.0 // indirect
40
40
github.com/hashicorp/go-multierror v1.1.1 // indirect
41
41
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
42
42
github.com/inconshreveable/mousetrap v1.1.0 // indirect
43
43
github.com/json-iterator/go v1.1.12 // indirect
44
- github.com/klauspost/compress v1.17.8 // indirect
45
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
44
+ github.com/klauspost/compress v1.17.9 // indirect
45
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
46
46
github.com/leodido/go-urn v1.4.0 // indirect
47
47
github.com/mattn/go-isatty v0.0.20 // indirect
48
48
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49
49
github.com/modern-go/reflect2 v1.0.2 // indirect
50
50
github.com/montanaflynn/stats v0.7.1 // indirect
51
51
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
52
- github.com/onsi/ginkgo/v2 v2.17.3 // indirect
52
+ github.com/onsi/ginkgo/v2 v2.19.0 // indirect
53
53
github.com/quic-go/qpack v0.4.0 // indirect
54
- github.com/quic-go/quic-go v0.43 .1 // indirect
55
- github.com/refraction-networking/utls v1.6.6 // indirect
56
- github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
54
+ github.com/quic-go/quic-go v0.45 .1 // indirect
55
+ github.com/refraction-networking/utls v1.6.7 // indirect
56
+ github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
57
57
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
58
58
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
59
59
github.com/ugorji/go/codec v1.2.12 // indirect
60
60
github.com/ulikunitz/xz v0.5.12 // indirect
61
- github.com/valyala/fasthttp v1.54 .0 // indirect
61
+ github.com/valyala/fasthttp v1.55 .0 // indirect
62
62
github.com/valyala/fastjson v1.6.4 // indirect
63
63
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
64
64
github.com/xdg-go/scram v1.1.2 // indirect
65
65
github.com/xdg-go/stringprep v1.0.4 // indirect
66
66
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect
67
67
go.uber.org/mock v0.4.0 // indirect
68
68
golang.org/x/arch v0.8.0 // indirect
69
- golang.org/x/crypto v0.23 .0 // indirect
70
- golang.org/x/mod v0.17 .0 // indirect
71
- golang.org/x/net v0.25 .0 // indirect
72
- golang.org/x/oauth2 v0.20 .0 // indirect
73
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74
- google.golang.org/protobuf v1.34.1 // indirect
69
+ golang.org/x/crypto v0.25 .0 // indirect
70
+ golang.org/x/mod v0.19 .0 // indirect
71
+ golang.org/x/net v0.27 .0 // indirect
72
+ golang.org/x/oauth2 v0.21 .0 // indirect
73
+ golang.org/x/tools v0.23.0 // indirect
74
+ google.golang.org/protobuf v1.34.2 // indirect
75
75
)
76
76
77
77
require (
78
78
github.com/fsnotify/fsnotify v1.7.0 // indirect
79
79
github.com/gookit/color v1.5.4 // indirect
80
- github.com/gookit/goutil v0.6.15 // indirect
80
+ github.com/gookit/goutil v0.6.16 // indirect
81
81
github.com/gookit/gsr v0.1.0 // indirect
82
82
github.com/hashicorp/hcl v1.0.0 // indirect
83
- github.com/imroc/req/v3 v3.43.4
83
+ github.com/imroc/req/v3 v3.43.7
84
84
github.com/magiconair/properties v1.8.7 // indirect
85
85
github.com/mitchellh/mapstructure v1.5.0 // indirect
86
- github.com/mymmrac/telego v0.30.2
86
+ github.com/mymmrac/telego v0.31.0
87
87
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
88
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
88
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
89
89
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
90
90
github.com/sourcegraph/conc v0.3.0 // indirect
91
91
github.com/spf13/afero v1.11.0 // indirect
@@ -95,9 +95,9 @@ require (
95
95
github.com/valyala/bytebufferpool v1.0.0 // indirect
96
96
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
97
97
go.uber.org/multierr v1.11.0 // indirect
98
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
98
+ golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
99
99
golang.org/x/sync v0.7.0 // indirect
100
- golang.org/x/sys v0.20 .0 // indirect
100
+ golang.org/x/sys v0.22 .0 // indirect
101
101
golang.org/x/text v0.16.0 // indirect
102
102
gopkg.in/ini.v1 v1.67.0 // indirect
103
103
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments