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
  • Loading branch information
marquiz committed Aug 18, 2023
1 parent e66815f commit 2827ebc
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.1.0
golang.org/x/sys v0.11.0
)

0 comments on commit 2827ebc

Please sign in to comment.