File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/google/dranet
33go 1.24.3
44
55require (
6- cloud.google.com/go/compute v1.48.0
6+ cloud.google.com/go/compute v1.49.1
77 cloud.google.com/go/compute/metadata v0.9.0
88 cloud.google.com/go/container v1.44.1
99 github.com/Mellanox/rdmamap v1.1.0
@@ -15,6 +15,7 @@ require (
1515 github.com/jaypipes/ghw v0.19.1
1616 github.com/mdlayher/genetlink v1.3.2
1717 github.com/mdlayher/netlink v1.8.0
18+ github.com/pkg/errors v0.9.1
1819 github.com/prometheus/client_golang v1.23.2
1920 github.com/spf13/cobra v1.10.1
2021 github.com/spf13/pflag v1.0.10
@@ -77,7 +78,6 @@ require (
7778 github.com/onsi/ginkgo/v2 v2.22.1 // indirect
7879 github.com/opencontainers/runtime-spec v1.2.1 // indirect
7980 github.com/pierrec/lz4/v4 v4.1.22 // indirect
80- github.com/pkg/errors v0.9.1 // indirect
8181 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8282 github.com/prometheus/client_model v0.6.2 // indirect
8383 github.com/prometheus/common v0.66.1 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ cloud.google.com/go/auth v0.17.0 h1:74yCm7hCj2rUyyAocqnFzsAYXgJhrG26XCFimrc/Kz4=
66cloud.google.com/go/auth v0.17.0 /go.mod h1:6wv/t5/6rOPAX4fJiRjKkJCvswLwdet7G8+UGXt7nCQ =
77cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc =
88cloud.google.com/go/auth/oauth2adapt v0.2.8 /go.mod h1:XQ9y31RkqZCcwJWNSx2Xvric3RrU88hAYYbjDWYDL+c =
9- cloud.google.com/go/compute v1.48.0 h1:/Mx0l7qFnJTxq9kXGU9TcLOsjjmyGANc23ed8LB3ZnA =
10- cloud.google.com/go/compute v1.48.0 /go.mod h1:1uoZvP8Avyfhe3Y4he7sMOR16ZiAm2Q+Rc2P5rrJM28 =
9+ cloud.google.com/go/compute v1.49.1 h1:KYKIG0+pfpAWaAYayFkE/KPrAVCge0Hu82bPraAmsCk =
10+ cloud.google.com/go/compute v1.49.1 /go.mod h1:1uoZvP8Avyfhe3Y4he7sMOR16ZiAm2Q+Rc2P5rrJM28 =
1111cloud.google.com/go/compute/metadata v0.9.0 h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdBtwLoEkH9Zs =
1212cloud.google.com/go/compute/metadata v0.9.0 /go.mod h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10 =
1313cloud.google.com/go/container v1.44.1 h1:5h6FiGFXq7GUSwJH7TYE2Sy0xiEqlhiD8i14DICGiC4 =
You can’t perform that action at this time.
0 commit comments