Skip to content

Commit a7eca16

Browse files
Bump the go_modules group with 7 updates
Bumps the go_modules group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.11.0` | `5.13.0` | | [github.com/docker/docker](https://github.com/docker/docker) | `24.0.7+incompatible` | `25.0.6+incompatible` | | [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) | `3.0.1` | `3.0.3` | | [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.7` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.31.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.33.0` | | google.golang.org/protobuf | `1.32.0` | `1.33.0` | Updates `github.com/go-git/go-git/v5` from 5.11.0 to 5.13.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.13.0) Updates `github.com/docker/docker` from 24.0.7+incompatible to 25.0.6+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.7...v25.0.6) Updates `github.com/go-jose/go-jose/v3` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md) - [Commits](go-jose/go-jose@v3.0.1...v3.0.3) Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7 - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.7) Updates `golang.org/x/crypto` from 0.18.0 to 0.31.0 - [Commits](golang/crypto@v0.18.0...v0.31.0) Updates `golang.org/x/net` from 0.20.0 to 0.33.0 - [Commits](golang/net@v0.20.0...v0.33.0) Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0 --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/docker/docker dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/protobuf dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e3629b commit a7eca16

File tree

2 files changed

+112
-119
lines changed

2 files changed

+112
-119
lines changed

go.mod

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ require (
88
github.com/Songmu/prompter v0.5.1
99
github.com/aws/aws-sdk-go v1.49.24
1010
github.com/creasty/defaults v1.7.0
11-
github.com/go-git/go-git/v5 v5.11.0
12-
github.com/hashicorp/go-hclog v1.6.2
11+
github.com/go-git/go-git/v5 v5.13.0
12+
github.com/hashicorp/go-hclog v1.6.3
1313
github.com/hashicorp/go-secure-stdlib/awsutil v0.2.3
1414
github.com/hashicorp/vault/api v1.10.0
1515
github.com/iancoleman/strcase v0.3.0
1616
github.com/mitchellh/go-homedir v1.1.0
1717
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
1818
github.com/pkg/errors v0.9.1
19-
github.com/sergi/go-diff v1.3.1
19+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2020
github.com/sirupsen/logrus v1.9.3
2121
github.com/smartystreets/goconvey v1.8.1
2222
github.com/spf13/cobra v1.8.0
@@ -33,27 +33,29 @@ require (
3333
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3434
github.com/Microsoft/go-winio v0.6.1 // indirect
3535
github.com/Microsoft/hcsshim v0.11.4 // indirect
36-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
36+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
3737
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
3838
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
3939
github.com/cloudflare/circl v1.3.7 // indirect
4040
github.com/containerd/containerd v1.7.11 // indirect
4141
github.com/containerd/log v0.1.0 // indirect
4242
github.com/cpuguy83/dockercfg v0.3.1 // indirect
43-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
43+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
4444
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45-
github.com/docker/distribution v2.8.2+incompatible // indirect
46-
github.com/docker/docker v24.0.7+incompatible // indirect
45+
github.com/distribution/reference v0.6.0 // indirect
46+
github.com/docker/docker v25.0.6+incompatible // indirect
4747
github.com/docker/go-connections v0.4.0 // indirect
4848
github.com/docker/go-units v0.5.0 // indirect
4949
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
5050
github.com/emirpasic/gods v1.18.1 // indirect
5151
github.com/fatih/color v1.16.0 // indirect
52+
github.com/felixge/httpsnoop v1.0.3 // indirect
5253
github.com/fsnotify/fsnotify v1.7.0 // indirect
5354
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
54-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
55-
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
55+
github.com/go-git/go-billy/v5 v5.6.0 // indirect
56+
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
5657
github.com/go-logr/logr v1.4.1 // indirect
58+
github.com/go-logr/stdr v1.2.2 // indirect
5759
github.com/go-ole/go-ole v1.2.6 // indirect
5860
github.com/go-openapi/jsonpointer v0.20.2 // indirect
5961
github.com/go-openapi/jsonreference v0.20.4 // indirect
@@ -69,7 +71,7 @@ require (
6971
github.com/hashicorp/errwrap v1.1.0 // indirect
7072
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7173
github.com/hashicorp/go-multierror v1.1.1 // indirect
72-
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
74+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7375
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
7476
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
7577
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -93,14 +95,14 @@ require (
9395
github.com/mitchellh/mapstructure v1.5.0 // indirect
9496
github.com/moby/patternmatcher v0.6.0 // indirect
9597
github.com/moby/sys/sequential v0.5.0 // indirect
98+
github.com/moby/sys/user v0.3.0 // indirect
9699
github.com/moby/term v0.5.0 // indirect
97100
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
98101
github.com/modern-go/reflect2 v1.0.2 // indirect
99102
github.com/morikuni/aec v1.0.0 // indirect
100103
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101104
github.com/opencontainers/go-digest v1.0.0 // indirect
102105
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
103-
github.com/opencontainers/runc v1.1.5 // indirect
104106
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
105107
github.com/pjbgf/sha1cd v0.3.0 // indirect
106108
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -109,7 +111,7 @@ require (
109111
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
110112
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
111113
github.com/shoenig/go-m1cpu v0.1.6 // indirect
112-
github.com/skeema/knownhosts v1.2.1 // indirect
114+
github.com/skeema/knownhosts v1.3.0 // indirect
113115
github.com/smarty/assertions v1.15.0 // indirect
114116
github.com/sourcegraph/conc v0.3.0 // indirect
115117
github.com/spf13/afero v1.11.0 // indirect
@@ -121,21 +123,26 @@ require (
121123
github.com/tklauser/numcpus v0.6.1 // indirect
122124
github.com/xanzy/ssh-agent v0.3.3 // indirect
123125
github.com/yusufpapurcu/wmi v1.2.3 // indirect
126+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
127+
go.opentelemetry.io/otel v1.19.0 // indirect
128+
go.opentelemetry.io/otel/metric v1.19.0 // indirect
129+
go.opentelemetry.io/otel/trace v1.19.0 // indirect
124130
go.uber.org/multierr v1.11.0 // indirect
125-
golang.org/x/crypto v0.18.0 // indirect
126-
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
127-
golang.org/x/mod v0.14.0 // indirect
128-
golang.org/x/net v0.20.0 // indirect
131+
golang.org/x/crypto v0.31.0 // indirect
132+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
133+
golang.org/x/mod v0.19.0 // indirect
134+
golang.org/x/net v0.33.0 // indirect
129135
golang.org/x/oauth2 v0.16.0 // indirect
130-
golang.org/x/sys v0.16.0 // indirect
131-
golang.org/x/term v0.16.0 // indirect
132-
golang.org/x/text v0.14.0 // indirect
136+
golang.org/x/sync v0.10.0 // indirect
137+
golang.org/x/sys v0.28.0 // indirect
138+
golang.org/x/term v0.27.0 // indirect
139+
golang.org/x/text v0.21.0 // indirect
133140
golang.org/x/time v0.5.0 // indirect
134-
golang.org/x/tools v0.17.0 // indirect
141+
golang.org/x/tools v0.23.0 // indirect
135142
google.golang.org/appengine v1.6.8 // indirect
136143
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
137144
google.golang.org/grpc v1.59.0 // indirect
138-
google.golang.org/protobuf v1.32.0 // indirect
145+
google.golang.org/protobuf v1.33.0 // indirect
139146
gopkg.in/inf.v0 v0.9.1 // indirect
140147
gopkg.in/ini.v1 v1.67.0 // indirect
141148
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)