From 83ebeeb23bef31d46b80ce4ad94fc06cf081f05d Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Wed, 9 Oct 2024 13:46:38 +0200 Subject: [PATCH] Prepare v2.20.1-rc.5 Signed-off-by: Thomas Hallgren --- go.mod | 2 +- pkg/vif/testdata/router/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ffcb69b07c..fbb26faaa8 100644 --- a/go.mod +++ b/go.mod @@ -36,7 +36,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 - github.com/telepresenceio/telepresence/rpc/v2 v2.20.1-rc.4 + github.com/telepresenceio/telepresence/rpc/v2 v2.20.1-rc.5 github.com/vishvananda/netlink v1.3.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 diff --git a/pkg/vif/testdata/router/go.mod b/pkg/vif/testdata/router/go.mod index 2efe423e92..97484f9bc9 100644 --- a/pkg/vif/testdata/router/go.mod +++ b/pkg/vif/testdata/router/go.mod @@ -51,7 +51,7 @@ require ( github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/spf13/cobra v1.8.1 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/telepresenceio/telepresence/rpc/v2 v2.20.1-rc.4 // indirect + github.com/telepresenceio/telepresence/rpc/v2 v2.20.1-rc.5 // indirect github.com/vishvananda/netlink v1.3.0 // indirect github.com/vishvananda/netns v0.0.4 // indirect github.com/x448/float16 v0.8.4 // indirect