Skip to content

Commit 7a862e7

Browse files
committed
Prepare v2.22.0-rc.0
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 2574c9d commit 7a862e7

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/stretchr/testify v1.10.0
3838
github.com/telepresenceio/go-fuseftp v0.6.4
3939
github.com/telepresenceio/go-fuseftp/rpc v0.6.4
40-
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1
40+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-rc.0
4141
github.com/vishvananda/netlink v1.3.0
4242
golang.org/x/net v0.35.0
4343
golang.org/x/sys v0.30.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/rogpeppe/go-internal v1.13.1 // indirect
5050
github.com/spf13/cobra v1.8.1 // indirect
5151
github.com/spf13/pflag v1.0.6 // indirect
52-
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-test.6 // indirect
52+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-rc.0 // indirect
5353
github.com/vishvananda/netlink v1.3.0 // indirect
5454
github.com/vishvananda/netns v0.0.5 // indirect
5555
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)