Skip to content

Commit dd72fb3

Browse files
build(deps): bump github.com/intel/goresctrl from 0.6.0 to 0.7.0
Bumps [github.com/intel/goresctrl](https://github.com/intel/goresctrl) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/intel/goresctrl/releases) - [Commits](intel/goresctrl@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/intel/goresctrl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b450bff commit dd72fb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/google/go-cmp v0.6.0
3737
github.com/google/uuid v1.6.0
3838
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0
39-
github.com/intel/goresctrl v0.6.0
39+
github.com/intel/goresctrl v0.7.0
4040
github.com/klauspost/compress v1.17.7
4141
github.com/mdlayher/vsock v1.2.1
4242
github.com/minio/sha256-simd v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
247247
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
248248
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
249249
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
250-
github.com/intel/goresctrl v0.6.0 h1:lOqo9o+uXtqPwSB4vpd1greUcWlkBSTPdnbTFgRILf4=
251-
github.com/intel/goresctrl v0.6.0/go.mod h1:Qg+rhwvfW78p22OJi649sCH71bJIBX7zT0b+IGe69eE=
250+
github.com/intel/goresctrl v0.7.0 h1:x6RclP6LiJc24t9mf47BRbjf06B8oVisZMBv31x3rKc=
251+
github.com/intel/goresctrl v0.7.0/go.mod h1:T3ZZnuHSNouwELB5wvOoUJaB7l/4Rm23rJy/wuWJlr0=
252252
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
253253
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
254254
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ github.com/grpc-ecosystem/grpc-gateway/v2/runtime
258258
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
259259
# github.com/hashicorp/errwrap v1.1.0
260260
## explicit
261-
# github.com/intel/goresctrl v0.6.0
261+
# github.com/intel/goresctrl v0.7.0
262262
## explicit; go 1.20
263263
github.com/intel/goresctrl/pkg/blockio
264264
github.com/intel/goresctrl/pkg/kubernetes

0 commit comments

Comments
 (0)