Skip to content

Commit

Permalink
add testcontainers-go@20
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed May 8, 2023
1 parent 6f0e9c3 commit 3e0d68c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 67 deletions.
28 changes: 12 additions & 16 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ module github.com/redpanda-data/console/backend

go 1.20

replace github.com/testcontainers/testcontainers-go => github.com/weeco/testcontainers-go v0.0.0-20230424171910-b32bcdf703c9

replace github.com/testcontainers/testcontainers-go/modules/redpanda => github.com/weeco/testcontainers-go/modules/redpanda v0.0.0-20230424171910-b32bcdf703c9

require (
github.com/basgys/goxml2json v1.1.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
Expand All @@ -31,7 +27,7 @@ require (
github.com/prometheus/client_golang v1.15.0
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20230502073202-367d8130cd94
github.com/stretchr/testify v1.8.2
github.com/testcontainers/testcontainers-go/modules/redpanda v0.0.0-00010101000000-000000000000
github.com/testcontainers/testcontainers-go/modules/redpanda v0.20.0
github.com/twmb/franz-go v1.13.4-0.20230503140309-bf5970577daf
github.com/twmb/franz-go/pkg/kadm v1.8.2-0.20230503140309-bf5970577daf
github.com/twmb/franz-go/pkg/kmsg v1.5.0
Expand All @@ -41,7 +37,7 @@ require (
github.com/zencoder/go-smile v0.0.0-20220221105746-06ef4fe5fa0a
go.uber.org/zap v1.24.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/net v0.9.0
golang.org/x/net v0.10.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.9.0
google.golang.org/protobuf v1.30.0
Expand All @@ -55,15 +51,15 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bufbuild/protocompile v0.5.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.2 // indirect
github.com/containerd/containerd v1.6.19 // indirect
github.com/containerd/containerd v1.7.0 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.9.0 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v23.0.3+incompatible // indirect
github.com/docker/docker v23.0.6+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
Expand Down Expand Up @@ -93,13 +89,13 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
github.com/opencontainers/runc v1.1.7 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand All @@ -115,19 +111,19 @@ require (
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/testcontainers/testcontainers-go v0.19.0 // indirect
github.com/testcontainers/testcontainers-go v0.20.0 // indirect
github.com/twmb/tlscfg v1.2.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/tools v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/grpc v1.55.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 3e0d68c

Please sign in to comment.