@@ -16,11 +16,11 @@ require (
16
16
github.com/buger/jsonparser v1.1.1
17
17
github.com/cenkalti/backoff/v4 v4.3.0
18
18
github.com/creasty/defaults v1.8.0
19
- github.com/docker/docker v25.0.6 +incompatible
19
+ github.com/docker/docker v27.3.1 +incompatible
20
20
github.com/docker/go-connections v0.5.0
21
- github.com/fatih/color v1.17 .0
21
+ github.com/fatih/color v1.18 .0
22
22
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
23
- github.com/gabriel-vasile/mimetype v1.4.5
23
+ github.com/gabriel-vasile/mimetype v1.4.7
24
24
github.com/gammazero/workerpool v1.1.3
25
25
github.com/gbrlsnchs/jwt/v3 v3.0.1
26
26
github.com/gin-gonic/gin v1.10.0
@@ -33,34 +33,34 @@ require (
33
33
github.com/juju/ratelimit v1.0.2
34
34
github.com/klauspost/compress v1.17.11
35
35
github.com/klauspost/pgzip v1.2.6
36
- github.com/magiconair/properties v1.8.7
36
+ github.com/magiconair/properties v1.8.9
37
37
github.com/mattn/go-colorable v0.1.13
38
38
github.com/mholt/archives v0.0.0-20241207175349-5e373c52f8aa
39
39
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
40
40
github.com/patrickmn/go-cache v2.1.0+incompatible
41
- github.com/pkg/sftp v1.13.6
41
+ github.com/pkg/sftp v1.13.7
42
42
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
43
43
github.com/spf13/cobra v1.8.1
44
- github.com/stretchr/testify v1.9 .0
45
- golang.org/x/crypto v0.26 .0
46
- golang.org/x/sync v0.9 .0
47
- golang.org/x/sys v0.24 .0
44
+ github.com/stretchr/testify v1.10 .0
45
+ golang.org/x/crypto v0.30 .0
46
+ golang.org/x/sync v0.10 .0
47
+ golang.org/x/sys v0.28 .0
48
48
gopkg.in/ini.v1 v1.67.0
49
49
gopkg.in/yaml.v2 v2.4.0
50
50
gopkg.in/yaml.v3 v3.0.1
51
- gorm.io/gorm v1.25.11
51
+ gorm.io/gorm v1.25.12
52
52
)
53
53
54
54
require (
55
55
github.com/Microsoft/go-winio v0.6.2 // indirect
56
- github.com/Microsoft/hcsshim v0.12.5 // indirect
56
+ github.com/Microsoft/hcsshim v0.12.9 // indirect
57
57
github.com/STARRY-S/zip v0.2.1 // indirect
58
58
github.com/andybalholm/brotli v1.1.1 // indirect
59
59
github.com/bodgit/plumbing v1.3.0 // indirect
60
60
github.com/bodgit/sevenzip v1.6.0 // indirect
61
61
github.com/bodgit/windows v1.0.1 // indirect
62
- github.com/bytedance/sonic v1.12.2 // indirect
63
- github.com/bytedance/sonic/loader v0.2.0 // indirect
62
+ github.com/bytedance/sonic v1.12.5 // indirect
63
+ github.com/bytedance/sonic/loader v0.2.1 // indirect
64
64
github.com/cloudwego/base64x v0.1.4 // indirect
65
65
github.com/cloudwego/iasm v0.2.0 // indirect
66
66
github.com/containerd/log v0.1.0 // indirect
@@ -70,14 +70,14 @@ require (
70
70
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
71
71
github.com/dustin/go-humanize v1.0.1 // indirect
72
72
github.com/felixge/httpsnoop v1.0.4 // indirect
73
- github.com/gammazero/deque v0.2.1 // indirect
73
+ github.com/gammazero/deque v1.0.0 // indirect
74
74
github.com/gin-contrib/sse v0.1.0 // indirect
75
75
github.com/glebarez/go-sqlite v1.22.0 // indirect
76
76
github.com/go-logr/logr v1.4.2 // indirect
77
77
github.com/go-logr/stdr v1.2.2 // indirect
78
78
github.com/go-playground/locales v0.14.1 // indirect
79
79
github.com/go-playground/universal-translator v0.18.1 // indirect
80
- github.com/go-playground/validator/v10 v10.22 .0 // indirect
80
+ github.com/go-playground/validator/v10 v10.23 .0 // indirect
81
81
github.com/goccy/go-json v0.10.3 // indirect
82
82
github.com/gogo/protobuf v1.3.2 // indirect
83
83
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -88,18 +88,19 @@ require (
88
88
github.com/jinzhu/now v1.1.5 // indirect
89
89
github.com/json-iterator/go v1.1.12 // indirect
90
90
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
91
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
91
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
92
92
github.com/kr/fs v0.1.0 // indirect
93
93
github.com/leodido/go-urn v1.4.0 // indirect
94
94
github.com/magefile/mage v1.15.0 // indirect
95
95
github.com/mattn/go-isatty v0.0.20 // indirect
96
96
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
97
+ github.com/moby/docker-image-spec v1.3.1 // indirect
97
98
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
98
99
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99
100
github.com/modern-go/reflect2 v1.0.2 // indirect
100
101
github.com/morikuni/aec v1.0.0 // indirect
101
102
github.com/ncruces/go-strftime v0.1.9 // indirect
102
- github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect
103
+ github.com/nwaples/rardecode/v2 v2.0.1 // indirect
103
104
github.com/opencontainers/go-digest v1.0.0 // indirect
104
105
github.com/opencontainers/image-spec v1.1.0 // indirect
105
106
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
@@ -115,25 +116,25 @@ require (
115
116
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
116
117
github.com/ugorji/go/codec v1.2.12 // indirect
117
118
github.com/ulikunitz/xz v0.5.12 // indirect
118
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
119
- go.opentelemetry.io/otel v1.29 .0 // indirect
119
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57 .0 // indirect
120
+ go.opentelemetry.io/otel v1.32 .0 // indirect
120
121
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
121
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
122
- go.opentelemetry.io/otel/sdk v1.24.0 // indirect
123
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
122
+ go.opentelemetry.io/otel/metric v1.32.0 // indirect
123
+ go.opentelemetry.io/otel/trace v1.32.0 // indirect
124
124
go.uber.org/atomic v1.11.0 // indirect
125
125
go.uber.org/multierr v1.11.0 // indirect
126
126
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
127
- golang.org/x/arch v0.9.0 // indirect
128
- golang.org/x/net v0.28.0 // indirect
129
- golang.org/x/term v0.23.0 // indirect
130
- golang.org/x/text v0.20.0 // indirect
127
+ golang.org/x/arch v0.12.0 // indirect
128
+ golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
129
+ golang.org/x/net v0.32.0 // indirect
130
+ golang.org/x/term v0.27.0 // indirect
131
+ golang.org/x/text v0.21.0 // indirect
131
132
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
132
- golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
133
- google.golang.org/protobuf v1.34 .2 // indirect
133
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
134
+ google.golang.org/protobuf v1.35 .2 // indirect
134
135
gotest.tools/v3 v3.0.2 // indirect
135
- modernc.org/libc v1.60.0 // indirect
136
+ modernc.org/libc v1.61.4 // indirect
136
137
modernc.org/mathutil v1.6.0 // indirect
137
138
modernc.org/memory v1.8.0 // indirect
138
- modernc.org/sqlite v1.32.0 // indirect
139
+ modernc.org/sqlite v1.34.2 // indirect
139
140
)
0 commit comments