Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/google/uuid v1.6.0
github.com/ironcore-dev/controller-utils v0.9.7
github.com/ironcore-dev/ironcore v0.2.2-0.20250123160359-93cbe02a9e96
github.com/ironcore-dev/metalnet v0.3.11-0.20250214151446-b6f01eba6dd0
github.com/ironcore-dev/metalnet v0.3.11
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/spf13/cobra v1.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/ironcore-dev/controller-utils v0.9.7 h1:ywNcB6lDeOe6UWxJaptbdgb9qb6cD
github.com/ironcore-dev/controller-utils v0.9.7/go.mod h1:7X6JUmq75o4KFe05zUa9rEXnS39dSrlXqUnt9Wuiug0=
github.com/ironcore-dev/ironcore v0.2.2-0.20250123160359-93cbe02a9e96 h1:+THS3ZecpNFNL1Pbr9v6C3tMexk3YMTsl/GqQ21ARKg=
github.com/ironcore-dev/ironcore v0.2.2-0.20250123160359-93cbe02a9e96/go.mod h1:mhBrtMafGURMJ90JA2E2VaefBzLgWe6dEqYEwLznOsY=
github.com/ironcore-dev/metalnet v0.3.11-0.20250214151446-b6f01eba6dd0 h1:MBYCbLrX7R6Wg0w9GO0g+nHBHL+ybfRu80I752Xq7Ek=
github.com/ironcore-dev/metalnet v0.3.11-0.20250214151446-b6f01eba6dd0/go.mod h1:1zaY6/trlx6n/nw2JuEpf7d3nlxXwRE/46kDlTKH/2c=
github.com/ironcore-dev/metalnet v0.3.11 h1:uTmtK2NgRXMjy7Dx694FflxMhGGpaFOyhtCTcusFjWk=
github.com/ironcore-dev/metalnet v0.3.11/go.mod h1:1zaY6/trlx6n/nw2JuEpf7d3nlxXwRE/46kDlTKH/2c=
github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=
github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
Expand Down
Loading