Skip to content

Commit 473a64f

Browse files
committed
Prepare v2.16.0
Signed-off-by: njayp <[email protected]>
1 parent 4268293 commit 473a64f

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
@@ -32,7 +32,7 @@ require (
3232
github.com/spf13/cobra v1.7.0
3333
github.com/spf13/pflag v1.0.5
3434
github.com/stretchr/testify v1.8.2
35-
github.com/telepresenceio/telepresence/rpc/v2 v2.16.0-rc.2
35+
github.com/telepresenceio/telepresence/rpc/v2 v2.16.0
3636
github.com/vishvananda/netlink v1.2.1-beta.2
3737
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
3838
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/rogpeppe/go-internal v1.10.0 // indirect
4949
github.com/spf13/cobra v1.7.0 // indirect
5050
github.com/spf13/pflag v1.0.5 // indirect
51-
github.com/telepresenceio/telepresence/rpc/v2 v2.16.0-rc.2 // indirect
51+
github.com/telepresenceio/telepresence/rpc/v2 v2.16.0 // indirect
5252
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
5353
github.com/vishvananda/netns v0.0.4 // indirect
5454
github.com/xlab/treeprint v1.2.0 // indirect

0 commit comments

Comments
 (0)