Skip to content

Commit 58e71d1

Browse files
chore(deps): bump the security group with 3 updates (#1721)
Bumps the security group with 3 updates: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter), [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [periph.io/x/host/v3](https://github.com/periph/host). Updates `github.com/hashicorp/go-getter` from 1.7.6 to 1.7.7 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.7.6...v1.7.7) Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.19.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.19.3...v0.19.4) Updates `periph.io/x/host/v3` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/periph/host/releases) - [Commits](periph/host@v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production update-type: version-update:semver-patch 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: periph.io/x/host/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a00dbe commit 58e71d1

File tree

2 files changed

+722
-19
lines changed

2 files changed

+722
-19
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/google/gofuzz v1.2.0
2222
github.com/google/uuid v1.6.0
2323
github.com/gorilla/handlers v1.5.2
24-
github.com/hashicorp/go-getter v1.7.6
24+
github.com/hashicorp/go-getter v1.7.7
2525
github.com/hashicorp/go-multierror v1.1.1
2626
github.com/jackc/pgx/v5 v5.7.2
2727
github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e
@@ -57,7 +57,7 @@ require (
5757
k8s.io/client-go v0.32.0
5858
k8s.io/klog/v2 v2.130.1
5959
oras.land/oras-go v1.2.6
60-
sigs.k8s.io/controller-runtime v0.19.3
60+
sigs.k8s.io/controller-runtime v0.19.4
6161
sigs.k8s.io/e2e-framework v0.5.0
6262
)
6363

@@ -165,7 +165,7 @@ require (
165165
github.com/BurntSushi/toml v1.4.0 // indirect
166166
github.com/Microsoft/go-winio v0.6.2 // indirect
167167
github.com/Microsoft/hcsshim v0.12.9 // indirect
168-
github.com/andybalholm/brotli v1.0.1 // indirect
168+
github.com/andybalholm/brotli v1.0.4 // indirect
169169
github.com/aws/aws-sdk-go v1.55.5 // indirect
170170
github.com/beorn7/perks v1.0.1 // indirect
171171
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
@@ -241,7 +241,7 @@ require (
241241
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
242242
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
243243
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
244-
github.com/pierrec/lz4/v4 v4.1.2 // indirect
244+
github.com/pierrec/lz4/v4 v4.1.15 // indirect
245245
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
246246
github.com/prometheus/client_golang v1.20.5 // indirect
247247
github.com/prometheus/client_model v0.6.1 // indirect
@@ -278,7 +278,7 @@ require (
278278
k8s.io/kubelet v0.32.0
279279
k8s.io/metrics v0.32.0
280280
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
281-
periph.io/x/host/v3 v3.8.2
281+
periph.io/x/host/v3 v3.8.3
282282
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
283283
sigs.k8s.io/kustomize/api v0.18.0 // indirect
284284
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect

0 commit comments

Comments
 (0)