From b86073911b7b824bfdfca808e11098489c7f1212 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Fri, 30 Apr 2021 13:25:22 +0000 Subject: [PATCH] Pin Shipyard to v0.9.0 Signed-off-by: Automated Release --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c72195a4..6a9bb86c 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/onsi/gomega v1.11.0 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.10.0 - github.com/submariner-io/shipyard v0.9.0-rc0 + github.com/submariner-io/shipyard v0.9.0 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 k8s.io/api v0.18.4 k8s.io/apimachinery v0.18.4 diff --git a/go.sum b/go.sum index c1ab0f30..dc28b555 100644 --- a/go.sum +++ b/go.sum @@ -476,8 +476,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/submariner-io/shipyard v0.9.0-rc0 h1:6HO5tgJ9SRzsy9WvMfsAQlOnKdqvTLIqbCiJTgarG8w= -github.com/submariner-io/shipyard v0.9.0-rc0/go.mod h1:vDGWreRLu2VfBoR8J4UgPKJjatx8pLkj89qAgB+N0ZE= +github.com/submariner-io/shipyard v0.9.0 h1:G0BZ9d+KPNP37s1kwbcNWKGnRGzPq8NBvBQQHeLzPyI= +github.com/submariner-io/shipyard v0.9.0/go.mod h1:vDGWreRLu2VfBoR8J4UgPKJjatx8pLkj89qAgB+N0ZE= 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=