@@ -6,53 +6,53 @@ toolchain go1.21.0
6
6
7
7
require (
8
8
code.gitea.io/sdk/gitea v0.16.0
9
- connectrpc.com/connect v1.11.1
10
- github.com/aws/aws-sdk-go v1.45.19
11
- github.com/cert-manager/cert-manager v1.13.1
12
- github.com/docker/cli v24.0.6 +incompatible
13
- github.com/docker/docker v24.0.0-rc.2.0.20230718135204-8e51b8b59cb8 +incompatible // v25 master@8e51b8b59cb8 (2023-07-18 ), required by github.com/moby/buildkit@v0.12.2
9
+ connectrpc.com/connect v1.12.0
10
+ github.com/aws/aws-sdk-go v1.47.0
11
+ github.com/cert-manager/cert-manager v1.13.2
12
+ github.com/docker/cli v24.0.7 +incompatible
13
+ github.com/docker/docker v24.0.0-rc.2.0.20230905130451-032797ea4bcb +incompatible // v25 master@032797ea4bcb (2023-09-05 ), required by github.com/moby/buildkit@v0.12.3
14
14
github.com/docker/go-connections v0.4.0
15
15
github.com/friendsofgo/errors v0.9.2
16
16
github.com/gliderlabs/ssh v0.3.5
17
- github.com/go-git/go-git/v5 v5.9 .0
17
+ github.com/go-git/go-git/v5 v5.10 .0
18
18
github.com/go-playground/webhooks/v6 v6.3.0
19
19
github.com/go-sql-driver/mysql v1.7.1
20
20
github.com/golang/mock v1.6.0
21
21
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22
22
github.com/google/wire v0.5.0
23
- github.com/labstack/echo/v4 v4.11.1
23
+ github.com/labstack/echo/v4 v4.11.2
24
24
github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42
25
- github.com/moby/buildkit v0.12.2
25
+ github.com/moby/buildkit v0.12.3
26
26
github.com/motoki317/sc v1.6.0
27
27
github.com/ncw/swift v1.0.53
28
28
github.com/prometheus/client_golang v1.17.0
29
- github.com/prometheus/common v0.44 .0
30
- github.com/regclient/regclient v0.5.2
29
+ github.com/prometheus/common v0.45 .0
30
+ github.com/regclient/regclient v0.5.3
31
31
github.com/samber/lo v1.38.1
32
32
github.com/shiguredo/websocket v1.6.1
33
33
github.com/sirupsen/logrus v1.9.3
34
34
github.com/sourcegraph/conc v0.3.0
35
35
github.com/spf13/cobra v1.7.0
36
36
github.com/spf13/pflag v1.0.5
37
- github.com/spf13/viper v1.16 .0
37
+ github.com/spf13/viper v1.17 .0
38
38
github.com/stretchr/testify v1.8.4
39
- github.com/traefik/traefik/v2 v2.10.4
39
+ github.com/traefik/traefik/v2 v2.10.5
40
40
github.com/volatiletech/null/v8 v8.1.2
41
41
github.com/volatiletech/sqlboiler/v4 v4.15.0
42
42
github.com/volatiletech/strmangle v0.0.5
43
43
github.com/whilp/git-urls v1.0.0
44
44
github.com/zeebo/xxh3 v1.0.2
45
45
go.mongodb.org/mongo-driver v1.12.1
46
- golang.org/x/crypto v0.13 .0
47
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
48
- golang.org/x/net v0.15 .0
49
- golang.org/x/sync v0.3 .0
50
- google.golang.org/grpc v1.58.2
46
+ golang.org/x/crypto v0.14 .0
47
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d
48
+ golang.org/x/net v0.17 .0
49
+ golang.org/x/sync v0.4 .0
50
+ google.golang.org/grpc v1.59.0
51
51
google.golang.org/protobuf v1.31.0
52
52
gopkg.in/yaml.v2 v2.4.0
53
- k8s.io/api v0.28.2
54
- k8s.io/apimachinery v0.28.2
55
- k8s.io/client-go v0.28.2
53
+ k8s.io/api v0.28.3
54
+ k8s.io/apimachinery v0.28.3
55
+ k8s.io/client-go v0.28.3
56
56
)
57
57
58
58
require (
@@ -65,18 +65,17 @@ require (
65
65
github.com/Microsoft/go-winio v0.6.1 // indirect
66
66
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
67
67
github.com/acomagu/bufpipe v1.0.4 // indirect
68
- github.com/agext/levenshtein v1.2.3 // indirect
69
68
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
70
69
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
71
70
github.com/cloudflare/circl v1.3.3 // indirect
72
71
github.com/containerd/console v1.0.3 // indirect
73
72
github.com/containerd/containerd v1.7.2 // indirect
74
73
github.com/containerd/continuity v0.4.1 // indirect
75
- github.com/containerd/ttrpc v1.2.2 // indirect
76
74
github.com/containerd/typeurl/v2 v2.1.1 // indirect
77
75
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
78
76
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
79
77
github.com/davidmz/go-pageant v1.0.2 // indirect
78
+ github.com/distribution/reference v0.5.0 // indirect
80
79
github.com/docker/distribution v2.8.2+incompatible // indirect
81
80
github.com/docker/docker-credential-helpers v0.8.0 // indirect
82
81
github.com/docker/go-units v0.5.0 // indirect
@@ -117,11 +116,11 @@ require (
117
116
github.com/in-toto/in-toto-golang v0.9.0 // indirect
118
117
github.com/inconshreveable/mousetrap v1.1.0 // indirect
119
118
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
120
- github.com/jmespath/go-jmespath v0.4.0 // indirect
119
+ github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
121
120
github.com/josharian/intern v1.0.0 // indirect
122
121
github.com/json-iterator/go v1.1.12 // indirect
123
122
github.com/kevinburke/ssh_config v1.2.0 // indirect
124
- github.com/klauspost/compress v1.16.7 // indirect
123
+ github.com/klauspost/compress v1.17.0 // indirect
125
124
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
126
125
github.com/labstack/gommon v0.4.0 // indirect
127
126
github.com/magiconair/properties v1.8.7 // indirect
@@ -132,7 +131,6 @@ require (
132
131
github.com/mitchellh/copystructure v1.2.0 // indirect
133
132
github.com/mitchellh/mapstructure v1.5.0 // indirect
134
133
github.com/mitchellh/reflectwalk v1.0.2 // indirect
135
- github.com/moby/locker v1.0.1 // indirect
136
134
github.com/moby/patternmatcher v0.6.0 // indirect
137
135
github.com/moby/spdystream v0.2.0 // indirect
138
136
github.com/moby/sys/signal v0.7.0 // indirect
@@ -148,14 +146,14 @@ require (
148
146
github.com/pjbgf/sha1cd v0.3.0 // indirect
149
147
github.com/pkg/errors v0.9.1 // indirect
150
148
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149
+ github.com/sagikazarmark/locafero v0.3.0 // indirect
150
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
151
151
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
152
152
github.com/sergi/go-diff v1.3.1 // indirect
153
- github.com/shibumi/go-pathspec v1.3.0 // indirect
154
153
github.com/shopspring/decimal v1.3.1 // indirect
155
154
github.com/skeema/knownhosts v1.2.0 // indirect
156
- github.com/spf13/afero v1.9.5 // indirect
155
+ github.com/spf13/afero v1.10.0 // indirect
157
156
github.com/spf13/cast v1.5.1 // indirect
158
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
159
157
github.com/subosito/gotenv v1.6.0 // indirect
160
158
github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb // indirect
161
159
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
@@ -171,26 +169,26 @@ require (
171
169
github.com/xdg-go/scram v1.1.2 // indirect
172
170
github.com/xdg-go/stringprep v1.0.4 // indirect
173
171
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
174
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.43 .0 // indirect
175
- go.opentelemetry.io/otel v1.17 .0 // indirect
176
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.17 .0 // indirect
177
- go.opentelemetry.io/otel/metric v1.17 .0 // indirect
178
- go.opentelemetry.io/otel/sdk v1.17 .0 // indirect
179
- go.opentelemetry.io/otel/trace v1.17 .0 // indirect
172
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45 .0 // indirect
173
+ go.opentelemetry.io/otel v1.19 .0 // indirect
174
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19 .0 // indirect
175
+ go.opentelemetry.io/otel/metric v1.19 .0 // indirect
176
+ go.opentelemetry.io/otel/sdk v1.19 .0 // indirect
177
+ go.opentelemetry.io/otel/trace v1.19 .0 // indirect
180
178
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
181
179
go.uber.org/multierr v1.11.0 // indirect
182
- golang.org/x/mod v0.12 .0 // indirect
183
- golang.org/x/oauth2 v0.12 .0 // indirect
184
- golang.org/x/sys v0.12 .0 // indirect
185
- golang.org/x/term v0.12 .0 // indirect
180
+ golang.org/x/mod v0.13 .0 // indirect
181
+ golang.org/x/oauth2 v0.13 .0 // indirect
182
+ golang.org/x/sys v0.13 .0 // indirect
183
+ golang.org/x/term v0.13 .0 // indirect
186
184
golang.org/x/text v0.13.0 // indirect
187
185
golang.org/x/time v0.3.0 // indirect
188
- golang.org/x/tools v0.13 .0 // indirect
186
+ golang.org/x/tools v0.14 .0 // indirect
189
187
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
190
188
google.golang.org/appengine v1.6.7 // indirect
191
- google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
192
- google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
193
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
189
+ google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
190
+ google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
191
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
194
192
gopkg.in/inf.v0 v0.9.1 // indirect
195
193
gopkg.in/ini.v1 v1.67.0 // indirect
196
194
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments