Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix: missing replace in api/server/go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal committed Feb 6, 2024
1 parent 800b0f9 commit 821adf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions api/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ require (
)

replace (
github.com/openclarity/vmclarity/api/client => ../client
github.com/openclarity/vmclarity/api/types => ../types
github.com/openclarity/vmclarity/cli => ../../cli
github.com/openclarity/vmclarity/uibackend/types => ../../uibackend/types
Expand Down
2 changes: 0 additions & 2 deletions installation/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/onsi/gomega v1.31.0 h1:54UJxxj6cPInHS3a35wm6BK/F9nHYueZ1NVujHDrnXE=
github.com/onsi/gomega v1.31.0/go.mod h1:DW9aCi7U6Yi40wNVAvT6kzFnEVEI5n3DloYBiKiT6zk=
github.com/openclarity/vmclarity/utils v0.0.0-20240202114539-0b2edd72c17d h1:cr5ZWsff7LpTBFlVJ6/VC+6AI9MGGIZz2RiPWrbS0CI=
github.com/openclarity/vmclarity/utils v0.0.0-20240202114539-0b2edd72c17d/go.mod h1:B/7rEt65E+IJBmY7D7Ryy9oZ66ifz2Fxid1i44N8flo=
golang.org/x/net v0.19.0 h1:zTwKpTd2XuCqf8huc7Fo2iSy+4RHPd10s4KzeTnVr1c=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ require (
replace helm.sh/helm/v3 => github.com/zregvart/helm/v3 v3.0.0-20240102124916-a62313e07d76

replace (
github.com/openclarity/vmclarity/api/types => ../api/types
github.com/openclarity/vmclarity/api/client => ../api/client
github.com/openclarity/vmclarity/api/types => ../api/types
github.com/openclarity/vmclarity/cli => ../cli
github.com/openclarity/vmclarity/containerruntimediscovery/client => ../containerruntimediscovery/client
github.com/openclarity/vmclarity/containerruntimediscovery/types => ../containerruntimediscovery/types
Expand Down

0 comments on commit 821adf4

Please sign in to comment.