From 46d6b7edab9e9c3e81b06ef012cbfa9a0929c2cc Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 10 Nov 2024 00:25:40 +0000 Subject: [PATCH] Update submariner-io/* dependencies to latest This upgrades all our dependencies on other Submariner projects to their latest development snapshots, ensuring the code in the projects remains coherent and that tests of development images verify the latest code. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 810de2d10..15d9a6583 100644 --- a/go.mod +++ b/go.mod @@ -14,8 +14,8 @@ require ( github.com/projectcalico/api v0.0.0-20230602153125-fb7148692637 github.com/prometheus-community/pro-bing v0.4.1 github.com/prometheus/client_golang v1.20.5 - github.com/submariner-io/admiral v0.20.0-m0 - github.com/submariner-io/shipyard v0.20.0-m0 + github.com/submariner-io/admiral v0.20.0-m0.0.20241104081212-2ddc95da471a + github.com/submariner-io/shipyard v0.20.0-m0.0.20241104081424-50a3c5677508 github.com/vishvananda/netlink v1.3.0 golang.org/x/net v0.30.0 golang.org/x/sys v0.26.0 diff --git a/go.sum b/go.sum index 86f16607c..4f10487a1 100644 --- a/go.sum +++ b/go.sum @@ -446,8 +446,12 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/submariner-io/admiral v0.20.0-m0 h1:1CnVJQ9VFxHSu0k0iO55QzKFpWJku5a38NL0JLkwR/c= github.com/submariner-io/admiral v0.20.0-m0/go.mod h1:SNwCDY4MmhfcXfueh6qv/bVwV57Dj3e/TPB1+dtn1UA= +github.com/submariner-io/admiral v0.20.0-m0.0.20241104081212-2ddc95da471a h1:6ZBJXnTa1hKpYmV44rU6YPaDaHjqRCHpLu0lJK13BR4= +github.com/submariner-io/admiral v0.20.0-m0.0.20241104081212-2ddc95da471a/go.mod h1:SNwCDY4MmhfcXfueh6qv/bVwV57Dj3e/TPB1+dtn1UA= github.com/submariner-io/shipyard v0.20.0-m0 h1:w1GS62iQL458skQtJZbpkkddr45TjX5UDA3ecaus3xA= github.com/submariner-io/shipyard v0.20.0-m0/go.mod h1:2A1RY9TJeVuWiAh+u51VsznQlKyvl5KdnBLBjKeylTA= +github.com/submariner-io/shipyard v0.20.0-m0.0.20241104081424-50a3c5677508 h1:jhzpn3qRnYzYmNaivs4oNuR+5SYV94wZ49fuH7vTdsc= +github.com/submariner-io/shipyard v0.20.0-m0.0.20241104081424-50a3c5677508/go.mod h1:2A1RY9TJeVuWiAh+u51VsznQlKyvl5KdnBLBjKeylTA= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=