diff --git a/integrations/event-handler/go.mod b/integrations/event-handler/go.mod index 80c5156c69268..6c5242f938a1b 100644 --- a/integrations/event-handler/go.mod +++ b/integrations/event-handler/go.mod @@ -335,7 +335,7 @@ replace ( github.com/alecthomas/kingpin/v2 => github.com/gravitational/kingpin/v2 v2.1.11-0.20230515143221-4ec6b70ecd33 github.com/coreos/go-oidc => github.com/gravitational/go-oidc v0.1.1 github.com/datastax/go-cassandra-native-protocol => github.com/gravitational/go-cassandra-native-protocol v0.0.0-teleport.1 - github.com/go-mysql-org/go-mysql => github.com/gravitational/go-mysql v1.9.1-teleport.2 + github.com/go-mysql-org/go-mysql => github.com/gravitational/go-mysql v1.9.1-teleport.3 github.com/gogo/protobuf => github.com/gravitational/protobuf v1.3.2-teleport.1 github.com/julienschmidt/httprouter => github.com/gravitational/httprouter v1.3.1-0.20220408074523-c876c5e705a5 github.com/keys-pub/go-libfido2 => github.com/gravitational/go-libfido2 v1.5.3-teleport.1 @@ -343,7 +343,7 @@ replace ( // replace module github.com/moby/spdystream until https://github.com/moby/spdystream/pull/91 merges and deps are updated // otherwise tests fail with a data race detection. github.com/moby/spdystream => github.com/gravitational/spdystream v0.0.0-20230512133543-4e46862ca9bf - github.com/redis/go-redis/v9 => github.com/gravitational/redis/v9 v9.0.2-teleport.3 + github.com/redis/go-redis/v9 => github.com/gravitational/redis/v9 v9.0.2-teleport.2 github.com/sijms/go-ora/v2 => github.com/gravitational/go-ora/v2 v2.0.0-20230821114616-e2a9f1131a46 github.com/vulcand/predicate => github.com/gravitational/predicate v1.3.1 // replace module sigs.k8s.io/kustomize/api until https://github.com/kubernetes-sigs/kustomize/issues/5524 is resolved,