Skip to content

Commit 5ff2e97

Browse files
dependabot[bot]paketo-bot
authored andcommitted
Bump the go-modules group with 2 updates
Bumps the go-modules group with 2 updates: [github.com/mholt/archives](https://github.com/mholt/archives) and [github.com/olekukonko/ll](https://github.com/olekukonko/ll). Updates `github.com/mholt/archives` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/mholt/archives/releases) - [Commits](mholt/archives@v0.1.4...v0.1.5) Updates `github.com/olekukonko/ll` from 0.1.1 to 0.1.2 - [Commits](olekukonko/ll@v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: github.com/mholt/archives dependency-version: 0.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/olekukonko/ll dependency-version: 0.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e174c5 commit 5ff2e97

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ require (
182182
github.com/mattn/go-isatty v0.0.20 // indirect
183183
github.com/mattn/go-runewidth v0.0.19 // indirect
184184
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
185-
github.com/mholt/archives v0.1.4 // indirect
185+
github.com/mholt/archives v0.1.5 // indirect
186186
github.com/mikelolasagasti/xz v1.0.1 // indirect
187187
github.com/minio/minlz v1.0.1 // indirect
188188
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -207,9 +207,9 @@ require (
207207
github.com/nwaples/rardecode/v2 v2.2.1 // indirect
208208
github.com/oklog/ulid v1.3.1 // indirect
209209
github.com/oklog/ulid/v2 v2.1.1 // indirect
210-
github.com/olekukonko/cat v0.0.0-20250808191157-46fba99501f3 // indirect
210+
github.com/olekukonko/cat v0.0.0-20250908003013-b0de306c343b // indirect
211211
github.com/olekukonko/errors v1.1.0 // indirect
212-
github.com/olekukonko/ll v0.1.1 // indirect
212+
github.com/olekukonko/ll v0.1.2 // indirect
213213
github.com/olekukonko/tablewriter v1.1.0 // indirect
214214
github.com/opencontainers/go-digest v1.0.0 // indirect
215215
github.com/opencontainers/image-spec v1.1.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhg
696696
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
697697
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=
698698
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
699-
github.com/mholt/archives v0.1.4 h1:sU+/lLNgafUontWFv3AVwO8VUWye3rrtN6hgC2dU11c=
700-
github.com/mholt/archives v0.1.4/go.mod h1:I2ia+SQTtQHej9w1GZM/mz7qfdgQv+BHr3hEKqDcGuk=
699+
github.com/mholt/archives v0.1.5 h1:Fh2hl1j7VEhc6DZs2DLMgiBNChUux154a1G+2esNvzQ=
700+
github.com/mholt/archives v0.1.5/go.mod h1:3TPMmBLPsgszL+1As5zECTuKwKvIfj6YcwWPpeTAXF4=
701701
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
702702
github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
703703
github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI=
@@ -768,12 +768,12 @@ github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
768768
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
769769
github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
770770
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
771-
github.com/olekukonko/cat v0.0.0-20250808191157-46fba99501f3 h1:3o1yj5hu9LOTwjey1RE0IBaB4u1HCLbD+lDPhJrl8Y4=
772-
github.com/olekukonko/cat v0.0.0-20250808191157-46fba99501f3/go.mod h1:rEKTHC9roVVicUIfZK7DYrdIoM0EOr8mK1Hj5s3JjH0=
771+
github.com/olekukonko/cat v0.0.0-20250908003013-b0de306c343b h1:ETHdAZIK6j939sa2x8/NlbU8OKn5Cotyjxn1VRypLhw=
772+
github.com/olekukonko/cat v0.0.0-20250908003013-b0de306c343b/go.mod h1:rEKTHC9roVVicUIfZK7DYrdIoM0EOr8mK1Hj5s3JjH0=
773773
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=
774774
github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
775-
github.com/olekukonko/ll v0.1.1 h1:9Dfeed5/Mgaxb9lHRAftLK9pVfYETvHn+If6lywVhJc=
776-
github.com/olekukonko/ll v0.1.1/go.mod h1:2dJo+hYZcJMLMbKwHEWvxCUbAOLc/CXWS9noET22Mdo=
775+
github.com/olekukonko/ll v0.1.2 h1:lkg/k/9mlsy0SxO5aC+WEpbdT5K83ddnNhAepz7TQc0=
776+
github.com/olekukonko/ll v0.1.2/go.mod h1:b52bVQRRPObe+yyBl0TxNfhesL0nedD4Cht0/zx55Ew=
777777
github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY=
778778
github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo=
779779
github.com/onsi/ginkgo/v2 v2.25.1 h1:Fwp6crTREKM+oA6Cz4MsO8RhKQzs2/gOIVOUscMAfZY=

0 commit comments

Comments
 (0)