Skip to content

Commit 8f7537f

Browse files
committed
Prepare v2.18.0
Signed-off-by: njayp <[email protected]>
1 parent 392262f commit 8f7537f

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
@@ -36,7 +36,7 @@ require (
3636
github.com/spf13/cobra v1.8.0
3737
github.com/spf13/pflag v1.0.5
3838
github.com/stretchr/testify v1.8.4
39-
github.com/telepresenceio/telepresence/rpc/v2 v2.18.0-rc.0
39+
github.com/telepresenceio/telepresence/rpc/v2 v2.18.0
4040
github.com/vishvananda/netlink v1.2.1-beta.2
4141
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
4242
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/rogpeppe/go-internal v1.11.0 // indirect
5151
github.com/spf13/cobra v1.8.0 // indirect
5252
github.com/spf13/pflag v1.0.5 // indirect
53-
github.com/telepresenceio/telepresence/rpc/v2 v2.18.0-rc.0 // indirect
53+
github.com/telepresenceio/telepresence/rpc/v2 v2.18.0 // indirect
5454
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
5555
github.com/vishvananda/netns v0.0.4 // indirect
5656
github.com/xlab/treeprint v1.2.0 // indirect

0 commit comments

Comments
 (0)