Skip to content

Commit

Permalink
pkg/topology: sync go.mod with the main module
Browse files Browse the repository at this point in the history
(cherry picked from commit 2827ebc)
  • Loading branch information
marquiz committed Aug 18, 2023
1 parent 62ebed4 commit 1834627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/topology/go.mod
@@ -1,8 +1,8 @@
module github.com/intel/cri-resource-manager/pkg/topology

go 1.16
go 1.20

require (
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
golang.org/x/sys v0.11.0
)

0 comments on commit 1834627

Please sign in to comment.