Skip to content

Commit 610e765

Browse files
committed
Prepare v2.19.0
Signed-off-by: nick powell <[email protected]>
1 parent 7b5c703 commit 610e765

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.0
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.0-rc.0
40+
github.com/telepresenceio/telepresence/rpc/v2 v2.19.0
4141
github.com/vishvananda/netlink v1.2.1-beta.2
4242
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0
4343
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.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.0 // indirect
5454
github.com/spf13/pflag v1.0.5 // indirect
55-
github.com/telepresenceio/telepresence/rpc/v2 v2.19.0-rc.0 // indirect
55+
github.com/telepresenceio/telepresence/rpc/v2 v2.19.0 // 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)