Skip to content

Commit 0fc722e

Browse files
committed
Prepare v2.19.1
Signed-off-by: Jakub Rożek <[email protected]>
1 parent b7db1cc commit 0fc722e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/spf13/cobra v1.8.1
3838
github.com/spf13/pflag v1.0.5
3939
github.com/stretchr/testify v1.9.0
40-
github.com/telepresenceio/telepresence/rpc/v2 v2.19.1-rc.1
40+
github.com/telepresenceio/telepresence/rpc/v2 v2.19.1
4141
github.com/vishvananda/netlink v1.2.1-beta.2
4242
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
4343
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/rogpeppe/go-internal v1.12.0 // indirect
5353
github.com/spf13/cobra v1.8.1 // indirect
5454
github.com/spf13/pflag v1.0.5 // indirect
55-
github.com/telepresenceio/telepresence/rpc/v2 v2.19.1-rc.1 // indirect
55+
github.com/telepresenceio/telepresence/rpc/v2 v2.19.1 // indirect
5656
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
5757
github.com/vishvananda/netns v0.0.4 // indirect
5858
github.com/xlab/treeprint v1.2.0 // indirect

0 commit comments

Comments
 (0)