Skip to content

Commit 5778d46

Browse files
chore(deps): bump the security group across 1 directory with 8 updates (#1561)
Bumps the security group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.7.1` | `1.7.2` | | [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.24.4` | `3.24.5` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.2` | `1.19.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.17.0` | `0.18.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.3` | `0.18.4` | | [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.3.0` | `0.4.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.26.0` | Updates `github.com/microsoft/go-mssqldb` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/microsoft/go-mssqldb/releases) - [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md) - [Commits](microsoft/go-mssqldb@v1.7.1...v1.7.2) Updates `github.com/shirou/gopsutil/v3` from 3.24.4 to 3.24.5 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.24.4...v3.24.5) Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.18.2...v1.19.0) Updates `golang.org/x/mod` from 0.17.0 to 0.18.0 - [Commits](golang/mod@v0.17.0...v0.18.0) Updates `sigs.k8s.io/controller-runtime` from 0.18.3 to 0.18.4 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.18.3...v0.18.4) Updates `sigs.k8s.io/e2e-framework` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/kubernetes-sigs/e2e-framework/releases) - [Changelog](https://github.com/kubernetes-sigs/e2e-framework/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/e2e-framework@v0.3.0...v0.4.0) Updates `golang.org/x/net` from 0.25.0 to 0.26.0 - [Commits](golang/net@v0.25.0...v0.26.0) Updates `golang.org/x/text` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: sigs.k8s.io/e2e-framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 905c977 commit 5778d46

File tree

2 files changed

+64
-68
lines changed

2 files changed

+64
-68
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ require (
2424
github.com/manifoldco/promptui v0.9.0
2525
github.com/mattn/go-isatty v0.0.20
2626
github.com/mholt/archiver/v3 v3.5.1
27-
github.com/microsoft/go-mssqldb v1.7.1
27+
github.com/microsoft/go-mssqldb v1.7.2
2828
github.com/opencontainers/image-spec v1.1.0
2929
github.com/pkg/errors v0.9.1
3030
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851
3131
github.com/segmentio/ksuid v1.0.4
32-
github.com/shirou/gopsutil/v3 v3.24.4
32+
github.com/shirou/gopsutil/v3 v3.24.5
3333
github.com/spf13/cobra v1.8.0
3434
github.com/spf13/pflag v1.0.5
35-
github.com/spf13/viper v1.18.2
35+
github.com/spf13/viper v1.19.0
3636
github.com/stretchr/testify v1.9.0
3737
github.com/tj/go-spin v1.1.0
3838
github.com/vmware-tanzu/velero v1.13.2
3939
go.opentelemetry.io/otel v1.27.0
4040
go.opentelemetry.io/otel/sdk v1.27.0
4141
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
42-
golang.org/x/mod v0.17.0
42+
golang.org/x/mod v0.18.0
4343
golang.org/x/sync v0.7.0
4444
gopkg.in/yaml.v2 v2.4.0
4545
k8s.io/api v0.30.1
@@ -50,8 +50,8 @@ require (
5050
k8s.io/client-go v0.30.1
5151
k8s.io/klog/v2 v2.120.1
5252
oras.land/oras-go v1.2.5
53-
sigs.k8s.io/controller-runtime v0.18.3
54-
sigs.k8s.io/e2e-framework v0.3.0
53+
sigs.k8s.io/controller-runtime v0.18.4
54+
sigs.k8s.io/e2e-framework v0.4.0
5555
)
5656

5757
require (
@@ -114,21 +114,21 @@ require (
114114
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
115115
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
116116
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
117-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
117+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
118118
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
119119
go.opentelemetry.io/otel/metric v1.27.0 // indirect
120120
go.opentelemetry.io/otel/trace v1.27.0 // indirect
121121
go.uber.org/multierr v1.11.0 // indirect
122-
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
122+
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
123123
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
124124
k8s.io/component-base v0.30.1 // indirect
125125
k8s.io/kubectl v0.30.0 // indirect
126126
)
127127

128128
require (
129-
cloud.google.com/go v0.112.0 // indirect
130-
cloud.google.com/go/iam v1.1.5 // indirect
131-
cloud.google.com/go/storage v1.36.0 // indirect
129+
cloud.google.com/go v0.112.1 // indirect
130+
cloud.google.com/go/iam v1.1.6 // indirect
131+
cloud.google.com/go/storage v1.38.0 // indirect
132132
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
133133
github.com/BurntSushi/toml v1.3.2 // indirect
134134
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -170,7 +170,7 @@ require (
170170
github.com/google/go-cmp v0.6.0 // indirect
171171
github.com/google/go-intervals v0.0.2 // indirect
172172
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
173-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
173+
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
174174
github.com/gorilla/mux v1.8.1 // indirect
175175
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
176176
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -208,7 +208,7 @@ require (
208208
github.com/opencontainers/runtime-spec v1.2.0 // indirect
209209
github.com/opencontainers/selinux v1.11.0 // indirect
210210
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
211-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
211+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
212212
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
213213
github.com/pierrec/lz4/v4 v4.1.2 // indirect
214214
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -230,15 +230,15 @@ require (
230230
github.com/yusufpapurcu/wmi v1.2.4 // indirect
231231
go.opencensus.io v0.24.0 // indirect
232232
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
233-
golang.org/x/crypto v0.23.0 // indirect
234-
golang.org/x/net v0.25.0
233+
golang.org/x/crypto v0.24.0 // indirect
234+
golang.org/x/net v0.26.0
235235
golang.org/x/oauth2 v0.20.0 // indirect
236-
golang.org/x/sys v0.20.0 // indirect
237-
golang.org/x/term v0.20.0 // indirect
238-
golang.org/x/text v0.15.0
236+
golang.org/x/sys v0.21.0 // indirect
237+
golang.org/x/term v0.21.0 // indirect
238+
golang.org/x/text v0.16.0
239239
golang.org/x/time v0.5.0 // indirect
240-
google.golang.org/api v0.155.0 // indirect
241-
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
240+
google.golang.org/api v0.171.0 // indirect
241+
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
242242
google.golang.org/grpc v1.62.1 // indirect
243243
google.golang.org/protobuf v1.33.0 // indirect
244244
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)