Skip to content

Commit 7c6f590

Browse files
Bump the go-modules group with 5 updates
Bumps the go-modules group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/anchore/syft](https://github.com/anchore/syft) | `1.43.0` | `1.44.0` | | [github.com/docker/cli](https://github.com/docker/cli) | `29.4.1+incompatible` | `29.4.2+incompatible` | | [github.com/gookit/color](https://github.com/gookit/color) | `1.6.0` | `1.6.1` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.3.0` | `2.3.1` | | [github.com/pjbgf/sha1cd](https://github.com/pjbgf/sha1cd) | `0.5.0` | `0.6.0` | Updates `github.com/anchore/syft` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/anchore/syft/releases) - [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md) - [Commits](anchore/syft@v1.43.0...v1.44.0) Updates `github.com/docker/cli` from 29.4.1+incompatible to 29.4.2+incompatible - [Commits](docker/cli@v29.4.1...v29.4.2) Updates `github.com/gookit/color` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/gookit/color/releases) - [Commits](gookit/color@v1.6.0...v1.6.1) Updates `github.com/pelletier/go-toml/v2` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.3.0...v2.3.1) Updates `github.com/pjbgf/sha1cd` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/pjbgf/sha1cd/releases) - [Commits](pjbgf/sha1cd@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/anchore/syft dependency-version: 1.44.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/docker/cli dependency-version: 29.4.2+incompatible dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/gookit/color dependency-version: 1.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.3.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/pjbgf/sha1cd dependency-version: 0.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b30c5c commit 7c6f590

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect
5252
github.com/anchore/packageurl-go v0.2.0 // indirect
5353
github.com/anchore/stereoscope v0.1.23 // indirect
54-
github.com/anchore/syft v1.43.0 // indirect
54+
github.com/anchore/syft v1.44.0 // indirect
5555
github.com/andybalholm/brotli v1.2.1 // indirect
5656
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5757
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
@@ -113,7 +113,7 @@ require (
113113
github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da // indirect
114114
github.com/diskfs/go-diskfs v1.7.0 // indirect
115115
github.com/distribution/reference v0.6.0 // indirect
116-
github.com/docker/cli v29.4.1+incompatible // indirect
116+
github.com/docker/cli v29.4.2+incompatible // indirect
117117
github.com/docker/docker-credential-helpers v0.9.6 // indirect
118118
github.com/docker/go-connections v0.7.0 // indirect
119119
github.com/docker/go-units v0.5.0 // indirect
@@ -153,7 +153,7 @@ require (
153153
github.com/google/uuid v1.6.0 // indirect
154154
github.com/googleapis/enterprise-certificate-proxy v0.3.15 // indirect
155155
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
156-
github.com/gookit/color v1.6.0 // indirect
156+
github.com/gookit/color v1.6.1 // indirect
157157
github.com/gpustack/gguf-parser-go v0.24.0 // indirect
158158
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.72 // indirect
159159
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -218,9 +218,9 @@ require (
218218
github.com/opencontainers/runtime-spec v1.3.0 // indirect
219219
github.com/paketo-buildpacks/freezer v0.2.3 // indirect
220220
github.com/pborman/indent v1.2.1 // indirect
221-
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
221+
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
222222
github.com/pierrec/lz4/v4 v4.1.26 // indirect
223-
github.com/pjbgf/sha1cd v0.5.0 // indirect
223+
github.com/pjbgf/sha1cd v0.6.0 // indirect
224224
github.com/pkg/errors v0.9.1 // indirect
225225
github.com/pkg/profile v1.7.0 // indirect
226226
github.com/pkg/xattr v0.4.12 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/anchore/packageurl-go v0.2.0 h1:CkrM4RMUwrEGAiE1OVlxaZNzWj0TuHRey7o4T
146146
github.com/anchore/packageurl-go v0.2.0/go.mod h1:2JCgOQMIsqZ7TmliXG4PnUthPJAKE3mWQbsW2XHjAOE=
147147
github.com/anchore/stereoscope v0.1.23 h1:q9i3CtbicTuSlcCnA+5pfoT9WDCEoSqvXDfHMH1hyWo=
148148
github.com/anchore/stereoscope v0.1.23/go.mod h1:JLnun49fkLkuv3ebU0ROvFl/0JiRmNmUtCzc6y4ollo=
149-
github.com/anchore/syft v1.43.0 h1:m6BwN48vgD0j2U4uk/wwqkUCxVKp2On30ZnKWQGCjKI=
150-
github.com/anchore/syft v1.43.0/go.mod h1:6jC8wnvN5Jble2qrWrS7q9jVoR1K2DVMKGBookHZai0=
149+
github.com/anchore/syft v1.44.0 h1:Wi1AFnz9R2jFgyFvRKZdONwEfh5dhPy8cAUINguFrrc=
150+
github.com/anchore/syft v1.44.0/go.mod h1:T+EhVIFTUSw8ECKIl29Dx6ChYX4n/aLe4yC70fRxByo=
151151
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
152152
github.com/andybalholm/brotli v1.2.1 h1:R+f5xP285VArJDRgowrfb9DqL18yVK0gKAW/F+eTWro=
153153
github.com/andybalholm/brotli v1.2.1/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
@@ -331,8 +331,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
331331
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
332332
github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
333333
github.com/djherbis/times v1.6.0/go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0=
334-
github.com/docker/cli v29.4.1+incompatible h1:02RT8QqqwtGRn+6SYypv8IUEbD/ltY6sfKCJIoUcGzk=
335-
github.com/docker/cli v29.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
334+
github.com/docker/cli v29.4.2+incompatible h1:nhxMY4v7wB0QMMc5ppeqV6FBMwzqv0n4t2gogu/R2DQ=
335+
github.com/docker/cli v29.4.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
336336
github.com/docker/docker-credential-helpers v0.9.6 h1:cT2PbRPSlnMmNTfT2TDMXRyQ1KMWHG7xoTLBcn1ZNv0=
337337
github.com/docker/docker-credential-helpers v0.9.6/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c=
338338
github.com/docker/go-connections v0.7.0 h1:6SsRfJddP22WMrCkj19x9WKjEDTB+ahsdiGYf0mN39c=
@@ -555,8 +555,8 @@ github.com/googleapis/gax-go/v2 v2.22.0/go.mod h1:irWBbALSr0Sk3qlqb9SyJ1h68WjgeF
555555
github.com/gookit/assert v0.1.1 h1:lh3GcawXe/p+cU7ESTZ5Ui3Sm/x8JWpIis4/1aF0mY0=
556556
github.com/gookit/assert v0.1.1/go.mod h1:jS5bmIVQZTIwk42uXl4lyj4iaaxx32tqH16CFj0VX2E=
557557
github.com/gookit/color v1.2.5/go.mod h1:AhIE+pS6D4Ql0SQWbBeXPHw7gY0/sjHoA4s/n1KB7xg=
558-
github.com/gookit/color v1.6.0 h1:JjJXBTk1ETNyqyilJhkTXJYYigHG24TM9Xa2M1xAhRA=
559-
github.com/gookit/color v1.6.0/go.mod h1:9ACFc7/1IpHGBW8RwuDm/0YEnhg3dwwXpoMsmtyHfjs=
558+
github.com/gookit/color v1.6.1 h1:KoTnDxJPRgrL0SoX0f8rCFg2zI0t4E3GZZBMo2nN8LU=
559+
github.com/gookit/color v1.6.1/go.mod h1:9ACFc7/1IpHGBW8RwuDm/0YEnhg3dwwXpoMsmtyHfjs=
560560
github.com/gpustack/gguf-parser-go v0.24.0 h1:tdJceXYp9e5RhE9RwVYIuUpir72Jz2D68NEtDXkKCKc=
561561
github.com/gpustack/gguf-parser-go v0.24.0/go.mod h1:y4TwTtDqFWTK+xvprOjRUh+dowgU2TKCX37vRKvGiZ0=
562562
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
@@ -795,12 +795,12 @@ github.com/pborman/indent v1.2.1/go.mod h1:FitS+t35kIYtB5xWTZAPhnmrxcciEEOdbyrrp
795795
github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
796796
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
797797
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
798-
github.com/pelletier/go-toml/v2 v2.3.0 h1:k59bC/lIZREW0/iVaQR8nDHxVq8OVlIzYCOJf421CaM=
799-
github.com/pelletier/go-toml/v2 v2.3.0/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
798+
github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc=
799+
github.com/pelletier/go-toml/v2 v2.3.1/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
800800
github.com/pierrec/lz4/v4 v4.1.26 h1:GrpZw1gZttORinvzBdXPUXATeqlJjqUG/D87TKMnhjY=
801801
github.com/pierrec/lz4/v4 v4.1.26/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
802-
github.com/pjbgf/sha1cd v0.5.0 h1:a+UkboSi1znleCDUNT3M5YxjOnN1fz2FhN48FlwCxs0=
803-
github.com/pjbgf/sha1cd v0.5.0/go.mod h1:lhpGlyHLpQZoxMv8HcgXvZEhcGs0PG/vsZnEJ7H0iCM=
802+
github.com/pjbgf/sha1cd v0.6.0 h1:3WJ8Wz8gvDz29quX1OcEmkAlUg9diU4GxJHqs0/XiwU=
803+
github.com/pjbgf/sha1cd v0.6.0/go.mod h1:lhpGlyHLpQZoxMv8HcgXvZEhcGs0PG/vsZnEJ7H0iCM=
804804
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
805805
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
806806
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)