Skip to content

Commit

Permalink
havoc: remove replace & exclude from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Oct 11, 2024
1 parent bb160ff commit e4f71ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions havoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ module github.com/smartcontractkit/chainlink-testing-framework/havoc

go 1.22.5

exclude github.com/chaos-mesh/chaos-mesh/api/v1alpha1 v0.0.0-20220226050744-799408773657

require (
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0
k8s.io/api v0.31.0
k8s.io/client-go v0.31.0
sigs.k8s.io/controller-runtime v0.16.2
sigs.k8s.io/controller-runtime v0.19.0
)

require (
Expand Down Expand Up @@ -76,6 +74,4 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.19.0

retract [v1.999.0-test-release, v1.999.999-test-release]

0 comments on commit e4f71ff

Please sign in to comment.