1
1
module github.com/guacsec/guac
2
2
3
- go 1.24.0
4
-
5
- toolchain go1.24.1
3
+ go 1.24.1
6
4
7
5
require (
8
6
cloud.google.com/go/storage v1.51.0
@@ -20,7 +18,7 @@ require (
20
18
cloud.google.com/go/iam v1.4.1 // indirect
21
19
cloud.google.com/go/pubsub v1.47.0 // indirect
22
20
github.com/felixge/httpsnoop v1.0.4 // indirect
23
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
21
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
24
22
github.com/golang/protobuf v1.5.4 // indirect
25
23
github.com/google/go-cmp v0.7.0
26
24
github.com/google/uuid v1.6.0
@@ -34,11 +32,11 @@ require (
34
32
github.com/spf13/pflag v1.0.6
35
33
go.opencensus.io v0.24.0 // indirect
36
34
go.uber.org/multierr v1.11.0 // indirect
37
- golang.org/x/crypto v0.35 .0 // indirect
38
- golang.org/x/net v0.36 .0 // indirect
35
+ golang.org/x/crypto v0.36 .0 // indirect
36
+ golang.org/x/net v0.37 .0 // indirect
39
37
golang.org/x/oauth2 v0.28.0
40
38
golang.org/x/sync v0.12.0 // indirect
41
- golang.org/x/sys v0.30 .0 // indirect
39
+ golang.org/x/sys v0.31 .0 // indirect
42
40
golang.org/x/text v0.23.0 // indirect
43
41
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
44
42
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
@@ -108,7 +106,7 @@ require (
108
106
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
109
107
github.com/cespare/xxhash/v2 v2.3.0 // indirect
110
108
github.com/chzyer/readline v1.5.1 // indirect
111
- github.com/cloudflare/circl v1.3.8 // indirect
109
+ github.com/cloudflare/circl v1.6.0 // indirect
112
110
github.com/cloudfoundry/gosigar v1.3.6 // indirect
113
111
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
114
112
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
@@ -117,13 +115,13 @@ require (
117
115
github.com/coreos/go-semver v0.3.1 // indirect
118
116
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
119
117
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
120
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
118
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
121
119
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
122
120
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
123
121
github.com/dghubble/trie v0.1.0 // indirect
124
122
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
125
123
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
126
- github.com/docker/cli v27.5.0 +incompatible // indirect
124
+ github.com/docker/cli v28.0.1 +incompatible // indirect
127
125
github.com/docker/distribution v2.8.3+incompatible // indirect
128
126
github.com/docker/docker-credential-helpers v0.8.2 // indirect
129
127
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
@@ -200,12 +198,12 @@ require (
200
198
github.com/nats-io/nkeys v0.4.9 // indirect
201
199
github.com/nats-io/nuid v1.0.1 // indirect
202
200
github.com/olekukonko/tablewriter v0.0.5 // indirect
203
- github.com/opencontainers/image-spec v1.1.0 // indirect
201
+ github.com/opencontainers/image-spec v1.1.1 // indirect
204
202
github.com/opentracing/opentracing-go v1.2.0 // indirect
205
203
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
206
204
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
207
205
github.com/perimeterx/marshmallow v1.1.5 // indirect
208
- github.com/pierrec/lz4/v4 v4.1.21 // indirect
206
+ github.com/pierrec/lz4/v4 v4.1.22 // indirect
209
207
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
210
208
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
211
209
github.com/pingcap/kvproto v0.0.0-20230904082117-ecdbf1f8c130 // indirect
@@ -231,12 +229,12 @@ require (
231
229
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa // indirect
232
230
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
233
231
github.com/sirupsen/logrus v1.9.3 // indirect
234
- github.com/skeema/knownhosts v1.3.0 // indirect
232
+ github.com/skeema/knownhosts v1.3.1 // indirect
235
233
github.com/sosodev/duration v1.3.1 // indirect
236
234
github.com/sourcegraph/conc v0.3.0 // indirect
237
235
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
238
236
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
239
- github.com/spf13/afero v1.12 .0 // indirect
237
+ github.com/spf13/afero v1.14 .0 // indirect
240
238
github.com/spf13/cast v1.7.0 // indirect
241
239
github.com/subosito/gotenv v1.6.0 // indirect
242
240
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
@@ -270,8 +268,8 @@ require (
270
268
go.opentelemetry.io/otel/sdk/metric v1.34.0
271
269
go.opentelemetry.io/otel/trace v1.35.0 // indirect
272
270
go.uber.org/atomic v1.11.0 // indirect
273
- golang.org/x/mod v0.23 .0
274
- golang.org/x/term v0.29 .0 // indirect
271
+ golang.org/x/mod v0.24 .0
272
+ golang.org/x/term v0.30 .0 // indirect
275
273
golang.org/x/tools v0.30.0 // indirect
276
274
golang.org/x/vuln v1.0.4 // indirect
277
275
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
@@ -295,7 +293,7 @@ require (
295
293
github.com/Masterminds/semver v1.5.0
296
294
github.com/ProtonMail/gluon v0.17.0
297
295
github.com/XSAM/otelsql v0.37.0
298
- github.com/anchore/syft v1.20 .0
296
+ github.com/anchore/syft v1.21 .0
299
297
github.com/arangodb/go-driver v1.6.6
300
298
github.com/aws/aws-sdk-go v1.55.6
301
299
github.com/aws/aws-sdk-go-v2 v1.36.3
@@ -308,7 +306,7 @@ require (
308
306
github.com/getkin/kin-openapi v0.129.0
309
307
github.com/go-chi/chi v4.1.2+incompatible
310
308
github.com/go-chi/chi/v5 v5.2.1
311
- github.com/go-git/go-git/v5 v5.13.2
309
+ github.com/go-git/go-git/v5 v5.14.0
312
310
github.com/gobwas/glob v0.2.3
313
311
github.com/gofrs/uuid v4.4.0+incompatible
314
312
github.com/google/go-github/v50 v50.2.0
@@ -367,15 +365,18 @@ require (
367
365
github.com/anchore/archiver/v3 v3.5.3-0.20241210171143-5b1d8d1c7c51 // indirect
368
366
github.com/anchore/go-logger v0.0.0-20230725134548-c21dafa1ec5a // indirect
369
367
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 // indirect
370
- github.com/anchore/stereoscope v0.0.13 // indirect
368
+ github.com/anchore/stereoscope v0.1.0 // indirect
371
369
github.com/andybalholm/brotli v1.1.1 // indirect
372
370
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
373
371
github.com/becheran/wildmatch-go v1.0.0 // indirect
374
372
github.com/bmatcuk/doublestar v1.3.4 // indirect
375
373
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
376
374
github.com/briandowns/spinner v1.23.1 // indirect
377
- github.com/charmbracelet/lipgloss v1.0.0 // indirect
378
- github.com/charmbracelet/x/ansi v0.4.5 // indirect
375
+ github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
376
+ github.com/charmbracelet/lipgloss v1.1.0 // indirect
377
+ github.com/charmbracelet/x/ansi v0.8.0 // indirect
378
+ github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
379
+ github.com/charmbracelet/x/term v0.2.1 // indirect
379
380
github.com/containerd/errdefs v0.3.0 // indirect
380
381
github.com/containers/common v0.60.4 // indirect
381
382
github.com/distribution/reference v0.6.0 // indirect
@@ -397,7 +398,7 @@ require (
397
398
github.com/mitchellh/copystructure v1.2.0 // indirect
398
399
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
399
400
github.com/mitchellh/reflectwalk v1.0.2 // indirect
400
- github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
401
+ github.com/muesli/termenv v0.16.0 // indirect
401
402
github.com/nwaples/rardecode v1.1.3 // indirect
402
403
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect
403
404
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect
@@ -406,14 +407,15 @@ require (
406
407
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
407
408
github.com/shopspring/decimal v1.4.0 // indirect
408
409
github.com/sigstore/protobuf-specs v0.4.0 // indirect
409
- github.com/sylabs/squashfs v1.0.4 // indirect
410
+ github.com/sylabs/squashfs v1.0.5 // indirect
410
411
github.com/therootcompany/xz v1.0.1 // indirect
411
412
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect
412
413
github.com/uptrace/opentelemetry-go-extra/otelzap v0.3.2 // indirect
413
414
github.com/uptrace/uptrace-go v1.30.1 // indirect
414
415
github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651 // indirect
415
416
github.com/wagoodman/go-progress v0.0.0-20230925121702-07e42b3cdba0 // indirect
416
417
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
418
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
417
419
github.com/yl2chen/cidranger v1.0.2 // indirect
418
420
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
419
421
go.opentelemetry.io/contrib/instrumentation/runtime v0.55.0 // indirect
0 commit comments