Skip to content

Commit 314b5dd

Browse files
build(deps): bump the dependencies group across 1 directory with 9 updates
Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.4.0+incompatible` | `29.1.3+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.4.0+incompatible` | `28.5.2+incompatible` | | [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) | `5.6.2` | `5.7.0` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.2` | `5.16.4` | | [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) | `1.7.7` | `1.7.9` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` | | [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.1.0` | `0.2.0` | | google.golang.org/protobuf | `1.36.9` | `1.36.11` | Updates `github.com/docker/cli` from 28.4.0+incompatible to 29.1.3+incompatible - [Commits](docker/cli@v28.4.0...v29.1.3) Updates `github.com/docker/docker` from 28.4.0+incompatible to 28.5.2+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.4.0...v28.5.2) Updates `github.com/go-git/go-billy/v5` from 5.6.2 to 5.7.0 - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](go-git/go-billy@v5.6.2...v5.7.0) Updates `github.com/go-git/go-git/v5` from 5.16.2 to 5.16.4 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.16.2...v5.16.4) Updates `github.com/rhysd/actionlint` from 1.7.7 to 1.7.9 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](rhysd/actionlint@v1.7.7...v1.7.9) Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) Updates `github.com/moby/go-archive` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/moby/go-archive/releases) - [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go) - [Commits](moby/go-archive@v0.1.0...v0.2.0) Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.11 --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.1.3+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github.com/docker/docker dependency-version: 28.5.2+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/go-git/go-billy/v5 dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/rhysd/actionlint dependency-version: 1.7.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/moby/go-archive dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2aee4b commit 314b5dd

File tree

2 files changed

+72
-58
lines changed

2 files changed

+72
-58
lines changed

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ require (
88
github.com/adrg/xdg v0.5.3
99
github.com/andreaskoch/go-fswatch v1.0.0
1010
github.com/creack/pty v1.1.24
11-
github.com/docker/cli v28.4.0+incompatible
12-
github.com/docker/docker v28.4.0+incompatible
11+
github.com/docker/cli v29.1.3+incompatible
12+
github.com/docker/docker v28.5.2+incompatible
1313
github.com/docker/go-connections v0.6.0
14-
github.com/go-git/go-billy/v5 v5.6.2
15-
github.com/go-git/go-git/v5 v5.16.2
14+
github.com/go-git/go-billy/v5 v5.7.0
15+
github.com/go-git/go-git/v5 v5.16.4
1616
github.com/joho/godotenv v1.5.1
1717
github.com/julienschmidt/httprouter v1.3.0
1818
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
@@ -21,11 +21,11 @@ require (
2121
github.com/opencontainers/image-spec v1.1.1
2222
github.com/opencontainers/selinux v1.13.1
2323
github.com/pkg/errors v0.9.1
24-
github.com/rhysd/actionlint v1.7.7
24+
github.com/rhysd/actionlint v1.7.10
2525
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
2626
github.com/sirupsen/logrus v1.9.3
27-
github.com/spf13/cobra v1.10.1
28-
github.com/spf13/pflag v1.0.9
27+
github.com/spf13/cobra v1.10.2
28+
github.com/spf13/pflag v1.0.10
2929
github.com/stretchr/testify v1.11.1
3030
github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928
3131
go.etcd.io/bbolt v1.4.3
@@ -39,14 +39,14 @@ require (
3939
github.com/containerd/errdefs v1.0.0
4040
github.com/distribution/reference v0.6.0
4141
github.com/golang-jwt/jwt/v5 v5.3.0
42-
github.com/moby/go-archive v0.1.0
43-
google.golang.org/protobuf v1.36.9
42+
github.com/moby/go-archive v0.2.0
43+
google.golang.org/protobuf v1.36.11
4444
)
4545

4646
require (
4747
github.com/Microsoft/go-winio v0.6.2 // indirect
4848
github.com/ProtonMail/go-crypto v1.1.6 // indirect
49-
github.com/bmatcuk/doublestar/v4 v4.8.0 // indirect
49+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
5050
github.com/cloudflare/circl v1.6.1 // indirect
5151
github.com/containerd/errdefs/pkg v0.3.0 // indirect
5252
github.com/containerd/log v0.1.0 // indirect
@@ -68,17 +68,18 @@ require (
6868
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6969
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7070
github.com/kevinburke/ssh_config v1.2.0 // indirect
71-
github.com/klauspost/compress v1.18.0 // indirect
71+
github.com/klauspost/compress v1.18.2 // indirect
7272
github.com/mattn/go-colorable v0.1.14 // indirect
73-
github.com/mattn/go-runewidth v0.0.16 // indirect
73+
github.com/mattn/go-runewidth v0.0.17 // indirect
7474
github.com/mattn/go-shellwords v1.0.12 // indirect
7575
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
7676
github.com/moby/docker-image-spec v1.3.1 // indirect
77+
github.com/moby/moby/api v1.52.0 // indirect
78+
github.com/moby/moby/client v0.2.1 // indirect
7779
github.com/moby/sys/atomicwriter v0.1.0 // indirect
7880
github.com/moby/sys/sequential v0.6.0 // indirect
7981
github.com/moby/sys/user v0.4.0 // indirect
8082
github.com/moby/sys/userns v0.1.0 // indirect
81-
github.com/moby/term v0.5.0 // indirect
8283
github.com/morikuni/aec v1.0.0 // indirect
8384
github.com/opencontainers/go-digest v1.0.0 // indirect
8485
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -94,19 +95,19 @@ require (
9495
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9596
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
9697
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
97-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
98-
go.opentelemetry.io/otel v1.33.0 // indirect
98+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
99+
go.opentelemetry.io/otel v1.35.0 // indirect
99100
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
100-
go.opentelemetry.io/otel/metric v1.33.0 // indirect
101-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
102-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
101+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
102+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
103+
go.yaml.in/yaml/v3 v3.0.4 // indirect
104+
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
103105
golang.org/x/crypto v0.46.0 // indirect
104106
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
105107
golang.org/x/net v0.47.0 // indirect
106108
golang.org/x/sync v0.19.0 // indirect
107109
golang.org/x/sys v0.39.0 // indirect
108110
golang.org/x/text v0.32.0 // indirect
109-
golang.org/x/time v0.6.0 // indirect
110111
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
111112
gopkg.in/warnings.v0 v0.1.2 // indirect
112113
)

0 commit comments

Comments
 (0)