diff --git a/go.mod b/go.mod index f0bab2f2..e29e7902 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.13.0 github.com/submariner-io/admiral v0.14.8 - github.com/submariner-io/shipyard v0.14.8 + github.com/submariner-io/shipyard v0.14.9 github.com/uw-labs/lichen v0.1.7 k8s.io/api v0.25.16 k8s.io/apimachinery v0.25.16 diff --git a/go.sum b/go.sum index 105a8a53..0100c319 100644 --- a/go.sum +++ b/go.sum @@ -560,8 +560,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/submariner-io/admiral v0.14.8 h1:8tOIjqCgVP58AtzWYi4gHAWIWMYiXe1+nbvJM4RkqOg= github.com/submariner-io/admiral v0.14.8/go.mod h1:TdlllahK6wGaO0cdSqJmBhRKCX3DdnPwt2MVBsVPuLE= -github.com/submariner-io/shipyard v0.14.8 h1:dLYT8nA00AO1Jhav9plMSjDKnGFSM3Mvi80ecJPAO9E= -github.com/submariner-io/shipyard v0.14.8/go.mod h1:PqFvt8JldkoWEnILzAxxOhpknZluvo7WwL7pwA+8UDg= +github.com/submariner-io/shipyard v0.14.9 h1:E0lHUs/dTvOwTVN1kapqJSKeEr3C3HFQ/IDIc8ekR6E= +github.com/submariner-io/shipyard v0.14.9/go.mod h1:PqFvt8JldkoWEnILzAxxOhpknZluvo7WwL7pwA+8UDg= 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=