Skip to content

Commit 057be29

Browse files
dependabot[bot]xavpaice
authored andcommitted
Bump periph.io/x/periph from 3.6.8+incompatible to 3.7.2
- [Release notes](https://github.com/google/periph/releases) updated-dependencies: - dependency-name: periph.io/x/periph dependency-type: direct:production update-type: version-update:semver-minor Module periph.io/x/periph has moved from 3.6.8 to re-arrange locations in 3.7.2. This reworks to take advantage of the new format.
1 parent 33a92a8 commit 057be29

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ require (
4444
k8s.io/client-go v0.24.3
4545
k8s.io/klog/v2 v2.70.1
4646
oras.land/oras-go v1.1.1
47-
periph.io/x/periph v3.6.8+incompatible
4847
sigs.k8s.io/controller-runtime v0.12.3
4948
)
5049

@@ -195,6 +194,7 @@ require (
195194
gopkg.in/yaml.v3 v3.0.1 // indirect
196195
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
197196
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
197+
periph.io/x/host/v3 v3.7.2
198198
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
199199
sigs.k8s.io/kustomize/api v0.11.4 // indirect
200200
sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,8 +2068,10 @@ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19V
20682068
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
20692069
oras.land/oras-go v1.1.1 h1:gI00ftziRivKXaw1BdMeEoIA4uBgga33iVlOsEwefFs=
20702070
oras.land/oras-go v1.1.1/go.mod h1:n2TE1ummt9MUyprGhT+Q7kGZUF4kVUpYysPFxeV2IpQ=
2071-
periph.io/x/periph v3.6.8+incompatible h1:lki0ie6wHtvlilXhIkabdCUQMpb5QN4Fx33yNQdqnaA=
2072-
periph.io/x/periph v3.6.8+incompatible/go.mod h1:EWr+FCIU2dBWz5/wSWeiIUJTriYv9v2j2ENBmgYyy7Y=
2071+
periph.io/x/conn/v3 v3.6.10/go.mod h1:UqWNaPMosWmNCwtufoTSTTYhB2wXWsMRAJyo1PlxO4Q=
2072+
periph.io/x/d2xx v0.0.4/go.mod h1:38Euaaj+s6l0faIRHh32a+PrjXvxFTFkPBEQI0TKg34=
2073+
periph.io/x/host/v3 v3.7.2 h1:rCAUxkzy2xrzh18HP2AoVwTL/fEKqmcJ1icsZQGM58Q=
2074+
periph.io/x/host/v3 v3.7.2/go.mod h1:nHMlzkPwmnHyP9Tn0I8FV+e0N3K7TjFXLZkIWzAicog=
20732075
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
20742076
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
20752077
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

pkg/collect/host_system_package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
"github.com/pkg/errors"
1313
troubleshootv1beta2 "github.com/replicatedhq/troubleshoot/pkg/apis/troubleshoot/v1beta2"
14-
"periph.io/x/periph/host/distro"
14+
"periph.io/x/host/v3/distro"
1515
)
1616

1717
type SystemPackagesInfo struct {

0 commit comments

Comments
 (0)