Skip to content

Commit 7b496ae

Browse files
committed
point testcontainers to oleiman:redpanda-extra-config (WIP)
1 parent 908a283 commit 7b496ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/transform-sdk/tests/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ require (
7070
golang.org/x/sys v0.21.0 // indirect
7171
gopkg.in/yaml.v3 v3.0.1 // indirect
7272
)
73+
74+
replace github.com/testcontainers/testcontainers-go => github.com/oleiman/testcontainers-go v0.0.0-20240723175732-86985f06fabb
75+
76+
replace github.com/testcontainers/testcontainers-go/modules/redpanda => github.com/oleiman/testcontainers-go/modules/redpanda v0.0.0-20240723175732-86985f06fabb

src/transform-sdk/tests/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
8686
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
8787
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
8888
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
89+
github.com/oleiman/testcontainers-go v0.0.0-20240723175732-86985f06fabb h1:V8nhW5EMf1DCezySYyms/Uh+06fwocTDA6NY1j6Q7iQ=
90+
github.com/oleiman/testcontainers-go v0.0.0-20240723175732-86985f06fabb/go.mod h1:VplBxmoqMRLW3h+OvO5vx83+mBiENC7RlbQJ5cCWAmc=
91+
github.com/oleiman/testcontainers-go/modules/redpanda v0.0.0-20240723175732-86985f06fabb h1:qj/6ecWuj2bX+4Jvi9/cL7wlXdIGxwqqwaMcmSAKeHo=
92+
github.com/oleiman/testcontainers-go/modules/redpanda v0.0.0-20240723175732-86985f06fabb/go.mod h1:G8ypxOIwCtNbVfwvvpYpIlSZma1Anx05KuVkwAr/Myk=
8993
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
9094
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
9195
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=

0 commit comments

Comments
 (0)