Skip to content

Commit

Permalink
Mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Dec 18, 2023
1 parent 08aafbf commit e256e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ require (
exclude github.com/hashicorp/consul v1.2.1

replace (

// Required until https://github.com/testcontainers/testcontainers-go/pull/1971 is merged
github.com/testcontainers/testcontainers-go => github.com/Tofel/testcontainers-go v0.0.0-20231130110817-e6fbf9498b56
// Pin K8s versions as their updates are highly disruptive and go mod keeps wanting to update them
k8s.io/api => k8s.io/api v0.25.11
k8s.io/client-go => k8s.io/client-go v0.25.11
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d

// Required until https://github.com/testcontainers/testcontainers-go/pull/1971 is merged
github.com/testcontainers/testcontainers-go => github.com/Tofel/testcontainers-go v0.0.0-20231130110817-e6fbf9498b56
)

require (
Expand Down

0 comments on commit e256e5c

Please sign in to comment.