diff --git a/go.mod b/go.mod index 769ee01d..71c00218 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.16.0 github.com/rs/zerolog v1.30.0 - github.com/submariner-io/shipyard v0.16.5 + github.com/submariner-io/shipyard v0.16.6 golang.org/x/time v0.3.0 k8s.io/api v0.27.14 k8s.io/apimachinery v0.27.14 diff --git a/go.sum b/go.sum index 0574b5b0..efa6150e 100644 --- a/go.sum +++ b/go.sum @@ -389,8 +389,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/submariner-io/shipyard v0.16.5 h1:FeLuOlKjMAExoeI6MZuJfQ/CNVBgijgouwcG40jbZ5c= -github.com/submariner-io/shipyard v0.16.5/go.mod h1:ZsUnkTPsq7SbgU4gCSefTgh0znuxKm8VGMo4SP8VVT0= +github.com/submariner-io/shipyard v0.16.6 h1:5aljCr/t8kqILn+KJoMw9LTWDHl1ScDjeWOkmitXJPk= +github.com/submariner-io/shipyard v0.16.6/go.mod h1:ZsUnkTPsq7SbgU4gCSefTgh0znuxKm8VGMo4SP8VVT0= 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=