Skip to content

Commit

Permalink
fix mismatched dependencies (#6057)
Browse files Browse the repository at this point in the history
  • Loading branch information
driev authored Nov 15, 2024
1 parent e0ae4f6 commit e02f6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/docker/docker v26.1.0+incompatible
github.com/onsi/gomega v1.33.1
github.com/seldonio/seldon-core/operator/v2 v2.0.0-00010101000000-000000000000
k8s.io/api v0.31.2
k8s.io/apimachinery v0.31.2
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
sigs.k8s.io/controller-runtime v0.17.4
)
Expand Down

0 comments on commit e02f6ef

Please sign in to comment.