From 06e3b5d4a989cac82ec57c5cc5e9d878426918c5 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Thu, 28 Nov 2024 09:14:28 +0000 Subject: [PATCH] Update Submariner dependencies to v0.19.1 Signed-off-by: Automated Release --- coredns/go.mod | 2 +- coredns/go.sum | 4 ++-- go.mod | 4 ++-- go.sum | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/coredns/go.mod b/coredns/go.mod index d66e2011..c575d513 100644 --- a/coredns/go.mod +++ b/coredns/go.mod @@ -10,7 +10,7 @@ require ( github.com/onsi/gomega v1.34.2 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.20.4 - github.com/submariner-io/admiral v0.19.0 + github.com/submariner-io/admiral v0.19.1 k8s.io/api v0.31.1 k8s.io/apimachinery v0.31.1 k8s.io/client-go v0.31.1 diff --git a/coredns/go.sum b/coredns/go.sum index 0aa9240a..f6f681d4 100644 --- a/coredns/go.sum +++ b/coredns/go.sum @@ -467,8 +467,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/submariner-io/admiral v0.19.0 h1:H0svh4qxu09whmwapFrxlRZTjIFxSjLft47rcJuCfo4= -github.com/submariner-io/admiral v0.19.0/go.mod h1:fO5Ol423Syq59wuSV514+HIYK8bXeTGYQoeZZ5HkN/k= +github.com/submariner-io/admiral v0.19.1 h1:qe0kqjQVla/Jm5ibze8edvZhRWJn2I3vVZ6HTLgDljw= +github.com/submariner-io/admiral v0.19.1/go.mod h1:ONWhjb5w/v6k/3fkEhSbhPiymJqGJLj9yX3IoO2ak+s= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tinylib/msgp v1.1.8 h1:FCXC1xanKO4I8plpHGH2P7koL/RzZs12l/+r7vakfm0= github.com/tinylib/msgp v1.1.8/go.mod h1:qkpG+2ldGg4xRFmx+jfTvZPxfGFhi64BcnL9vkCm/Tw= diff --git a/go.mod b/go.mod index 3c1ff23b..11202c64 100644 --- a/go.mod +++ b/go.mod @@ -8,8 +8,8 @@ require ( github.com/onsi/gomega v1.34.2 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.20.4 - github.com/submariner-io/admiral v0.19.0 - github.com/submariner-io/shipyard v0.19.0 + github.com/submariner-io/admiral v0.19.1 + github.com/submariner-io/shipyard v0.19.1 k8s.io/api v0.31.1 k8s.io/apimachinery v0.31.1 k8s.io/client-go v0.31.1 diff --git a/go.sum b/go.sum index 53bbfad9..77d75cbe 100644 --- a/go.sum +++ b/go.sum @@ -389,10 +389,10 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/submariner-io/admiral v0.19.0 h1:H0svh4qxu09whmwapFrxlRZTjIFxSjLft47rcJuCfo4= -github.com/submariner-io/admiral v0.19.0/go.mod h1:fO5Ol423Syq59wuSV514+HIYK8bXeTGYQoeZZ5HkN/k= -github.com/submariner-io/shipyard v0.19.0 h1:2VfnOsiPQphigCwMH8GSBNqDZn00wNToITA3G4GrPVc= -github.com/submariner-io/shipyard v0.19.0/go.mod h1:HrnoErg/rM3r+QjUePY0x/SZi1xaeyjuQ+JTEc1bkMM= +github.com/submariner-io/admiral v0.19.1 h1:qe0kqjQVla/Jm5ibze8edvZhRWJn2I3vVZ6HTLgDljw= +github.com/submariner-io/admiral v0.19.1/go.mod h1:ONWhjb5w/v6k/3fkEhSbhPiymJqGJLj9yX3IoO2ak+s= +github.com/submariner-io/shipyard v0.19.1 h1:3ZvKbc+b/TaZsNeXVlJ5JssjnJxYaJoACYF8jBaTwDw= +github.com/submariner-io/shipyard v0.19.1/go.mod h1:HrnoErg/rM3r+QjUePY0x/SZi1xaeyjuQ+JTEc1bkMM= 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=