1
1
module github.com/puzzle/goff
2
2
3
- go 1.22.2
3
+ go 1.22.7
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
8
github.com/pkg/errors v0.9.1
7
9
github.com/spf13/afero v1.11.0
8
10
github.com/spf13/cobra v1.8.1
9
11
)
10
12
11
- require golang.org/x/text v0.16 .0 // indirect
13
+ require golang.org/x/text v0.21 .0 // indirect
12
14
13
15
require (
14
16
github.com/awalterschulze/gographviz v2.0.3+incompatible
@@ -19,10 +21,10 @@ require (
19
21
)
20
22
21
23
require (
22
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
24
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
23
25
code.gitea.io/sdk/gitea v0.18.0 // indirect
24
26
dario.cat/mergo v1.0.0 // indirect
25
- github.com/99designs/gqlgen v0.17.49 // indirect
27
+ github.com/99designs/gqlgen v0.17.63 // indirect
26
28
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
27
29
github.com/Khan/genqlient v0.7.0 // indirect
28
30
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -32,7 +34,7 @@ require (
32
34
github.com/MichaelTJones/walk v0.0.0-20161122175330-4748e29d5718 // indirect
33
35
github.com/Microsoft/go-winio v0.6.1 // indirect
34
36
github.com/ProtonMail/go-crypto v1.0.0 // indirect
35
- github.com/adrg/xdg v0.4.0 // indirect
37
+ github.com/adrg/xdg v0.5.3 // indirect
36
38
github.com/argoproj/gitops-engine v0.7.1-0.20240714153147-adb68bcaab73 // indirect
37
39
github.com/argoproj/pkg v0.13.7-0.20230626144333-d56162821bd1 // indirect
38
40
github.com/aws/aws-sdk-go v1.50.8 // indirect
@@ -42,7 +44,7 @@ require (
42
44
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
43
45
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
44
46
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
45
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
47
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
46
48
github.com/chai2010/gettext-go v1.0.2 // indirect
47
49
github.com/cloudflare/circl v1.3.7 // indirect
48
50
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -63,7 +65,7 @@ require (
63
65
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
64
66
github.com/go-git/go-billy/v5 v5.5.0 // indirect
65
67
github.com/go-git/go-git/v5 v5.12.0 // indirect
66
- github.com/go-logr/logr v1.4.1 // indirect
68
+ github.com/go-logr/logr v1.4.2 // indirect
67
69
github.com/go-logr/stdr v1.2.2 // indirect
68
70
github.com/go-openapi/jsonpointer v0.19.6 // indirect
69
71
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -89,7 +91,7 @@ require (
89
91
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
90
92
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
91
93
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
92
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
94
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.23 .0 // indirect
93
95
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
94
96
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
95
97
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -146,41 +148,44 @@ require (
146
148
github.com/stretchr/objx v0.5.2 // indirect
147
149
github.com/valyala/bytebufferpool v1.0.0 // indirect
148
150
github.com/valyala/fasttemplate v1.2.2 // indirect
149
- github.com/vektah/gqlparser/v2 v2.5.16 // indirect
151
+ github.com/vektah/gqlparser/v2 v2.5.21 // indirect
150
152
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
151
153
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
152
154
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
153
155
github.com/xanzy/go-gitlab v0.91.1 // indirect
154
156
github.com/xanzy/ssh-agent v0.3.3 // indirect
155
157
github.com/xlab/treeprint v1.2.0 // indirect
156
158
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
157
- go.opentelemetry.io/otel v1.27.0 // indirect
158
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.0.0-20240518090000-14441aefdf88 // indirect
159
- go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0 // indirect
160
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
161
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
162
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect
163
- go.opentelemetry.io/otel/log v0.3.0 // indirect
164
- go.opentelemetry.io/otel/metric v1.27.0 // indirect
165
- go.opentelemetry.io/otel/sdk v1.27.0 // indirect
166
- go.opentelemetry.io/otel/sdk/log v0.3.0 // indirect
167
- go.opentelemetry.io/otel/trace v1.27.0 // indirect
159
+ go.opentelemetry.io/otel v1.32.0 // indirect
160
+ go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
161
+ go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 // indirect
162
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 // indirect
163
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 // indirect
164
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
165
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
166
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
167
+ go.opentelemetry.io/otel/log v0.8.0 // indirect
168
+ go.opentelemetry.io/otel/metric v1.32.0 // indirect
169
+ go.opentelemetry.io/otel/sdk v1.32.0 // indirect
170
+ go.opentelemetry.io/otel/sdk/log v0.8.0 // indirect
171
+ go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
172
+ go.opentelemetry.io/otel/trace v1.32.0 // indirect
168
173
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
169
174
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
170
- golang.org/x/crypto v0.24 .0 // indirect
175
+ golang.org/x/crypto v0.31 .0 // indirect
171
176
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
172
- golang.org/x/mod v0.18 .0 // indirect
173
- golang.org/x/net v0.26 .0 // indirect
174
- golang.org/x/oauth2 v0.20 .0 // indirect
175
- golang.org/x/sys v0.21 .0 // indirect
176
- golang.org/x/term v0.21 .0 // indirect
177
+ golang.org/x/mod v0.20 .0 // indirect
178
+ golang.org/x/net v0.33 .0 // indirect
179
+ golang.org/x/oauth2 v0.23 .0 // indirect
180
+ golang.org/x/sys v0.28 .0 // indirect
181
+ golang.org/x/term v0.27 .0 // indirect
177
182
golang.org/x/time v0.5.0 // indirect
178
- golang.org/x/tools v0.22 .0 // indirect
183
+ golang.org/x/tools v0.24 .0 // indirect
179
184
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
180
- google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
181
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
182
- google.golang.org/grpc v1.64 .0 // indirect
183
- google.golang.org/protobuf v1.34 .1 // indirect
185
+ google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
186
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
187
+ google.golang.org/grpc v1.68 .0 // indirect
188
+ google.golang.org/protobuf v1.36 .1 // indirect
184
189
gopkg.in/inf.v0 v0.9.1 // indirect
185
190
gopkg.in/warnings.v0 v0.1.2 // indirect
186
191
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -207,14 +212,14 @@ require (
207
212
)
208
213
209
214
require (
210
- dagger.io/dagger v0.12.5
215
+ dagger.io/dagger v0.16.1
211
216
github.com/argoproj/argo-cd/v2 v2.12.0
212
217
github.com/ghodss/yaml v1.0.0
213
218
github.com/go-godo/godo v2.0.9+incompatible
214
219
github.com/hexops/gotextdiff v1.0.3
215
220
github.com/sirupsen/logrus v1.9.3
216
- github.com/stretchr/testify v1.9 .0
217
- golang.org/x/sync v0.7 .0
221
+ github.com/stretchr/testify v1.10 .0
222
+ golang.org/x/sync v0.10 .0
218
223
sigs.k8s.io/controller-runtime v0.17.2
219
224
)
220
225
0 commit comments