Skip to content

Commit

Permalink
go mod tidy and go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
bn222 committed Nov 17, 2024
1 parent af9a86a commit 4a09e09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/openshift/dpu-operator
go 1.22.4

require (
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241116123924-f413b90d9d1c
github.com/containernetworking/cni v1.2.3
github.com/containernetworking/plugins v1.5.0
github.com/go-logr/logr v1.4.2
Expand Down Expand Up @@ -37,8 +38,6 @@ require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bn222/ipu-opi-plugins v0.0.0-20241116123924-f413b90d9d1c // indirect
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241116123924-f413b90d9d1c // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/coreos/go-iptables v0.7.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVK
github.com/alessio/shellescape v1.4.1/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bn222/ipu-opi-plugins v0.0.0-20241116123924-f413b90d9d1c h1:avhCo8wkaTYCeQWrvn5hixfKzreZDhlit40FiA44n8c=
github.com/bn222/ipu-opi-plugins v0.0.0-20241116123924-f413b90d9d1c/go.mod h1:h9o2cf/3WoIKQTUNB60Qz2czkX3gaJzGZCpfsDXXca0=
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241114180921-ff3bad80d86b h1:0yiKLiSWZqXMYO1EnTBTQvf0fus8aqrIQ2MhjlpuDUw=
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241114180921-ff3bad80d86b/go.mod h1:mmXsGTRvkmqCyuYUzo6cLmLmezqNXA5xRkVS3L7FiXc=
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241116123924-f413b90d9d1c h1:WI7J7Qi6l+dFmIGLOgEk2zxujEMg260bklk7H8ZeFB8=
github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241116123924-f413b90d9d1c/go.mod h1:mmXsGTRvkmqCyuYUzo6cLmLmezqNXA5xRkVS3L7FiXc=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
Expand Down
2 changes: 0 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ github.com/alessio/shellescape
# github.com/beorn7/perks v1.0.1
## explicit; go 1.11
github.com/beorn7/perks/quantile
# github.com/bn222/ipu-opi-plugins v0.0.0-20241116123924-f413b90d9d1c
## explicit
# github.com/bn222/ipu-opi-plugins/ipu-plugin v0.0.0-20241116123924-f413b90d9d1c
## explicit; go 1.22.4
github.com/bn222/ipu-opi-plugins/ipu-plugin/ipuplugin/cmd
Expand Down

0 comments on commit 4a09e09

Please sign in to comment.