diff options
-rw-r--r-- | recipes-containers/docker-compose/relocation.inc | 2 | ||||
-rw-r--r-- | recipes-containers/k3s/relocation.inc | 2 | ||||
-rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 2 | ||||
-rw-r--r-- | recipes-extended/rootlesskit/relocation.inc | 2 | ||||
-rw-r--r-- | recipes-networking/cni/relocation.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc index 9e71acd8..469361ac 100644 --- a/recipes-containers/docker-compose/relocation.inc +++ b/recipes-containers/docker-compose/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="k8s.io/api:k8s.io/api:force \ | 1 | export sites = "k8s.io/api:k8s.io/api:force \ |
2 | k8s.io/utils:k8s.io/utils:force \ | 2 | k8s.io/utils:k8s.io/utils:force \ |
3 | k8s.io/klog/v2:k8s.io/klog/v2:force \ | 3 | k8s.io/klog/v2:k8s.io/klog/v2:force \ |
4 | gotest.tools/v3:gotest.tools/v3:force \ | 4 | gotest.tools/v3:gotest.tools/v3:force \ |
diff --git a/recipes-containers/k3s/relocation.inc b/recipes-containers/k3s/relocation.inc index 72c02319..c9caaee0 100644 --- a/recipes-containers/k3s/relocation.inc +++ b/recipes-containers/k3s/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="k8s.io/utils:k8s.io/utils:force \ | 1 | export sites = "k8s.io/utils:k8s.io/utils:force \ |
2 | cel.dev/expr:cel.dev/expr:force \ | 2 | cel.dev/expr:cel.dev/expr:force \ |
3 | k8s.io/gengo:k8s.io/gengo:force \ | 3 | k8s.io/gengo:k8s.io/gengo:force \ |
4 | go.uber.org/fx:go.uber.org/fx:force \ | 4 | go.uber.org/fx:go.uber.org/fx:force \ |
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index f5427070..a6129016 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="gotest.tools/v3:gotest.tools/v3:force \ | 1 | export sites = "gotest.tools/v3:gotest.tools/v3:force \ |
2 | go.uber.org/mock:go.uber.org/mock:force \ | 2 | go.uber.org/mock:go.uber.org/mock:force \ |
3 | golang.org/x/net:golang.org/x/net:force \ | 3 | golang.org/x/net:golang.org/x/net:force \ |
4 | golang.org/x/sys:golang.org/x/sys:force \ | 4 | golang.org/x/sys:golang.org/x/sys:force \ |
diff --git a/recipes-extended/rootlesskit/relocation.inc b/recipes-extended/rootlesskit/relocation.inc index f968694a..6c64233d 100644 --- a/recipes-extended/rootlesskit/relocation.inc +++ b/recipes-extended/rootlesskit/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="gotest.tools/v3:gotest.tools/v3:force \ | 1 | export sites = "gotest.tools/v3:gotest.tools/v3:force \ |
2 | golang.org/x/sys:golang.org/x/sys:force \ | 2 | golang.org/x/sys:golang.org/x/sys:force \ |
3 | golang.org/x/net:golang.org/x/net:force \ | 3 | golang.org/x/net:golang.org/x/net:force \ |
4 | github.com/gofrs/flock:github.com/gofrs/flock:force \ | 4 | github.com/gofrs/flock:github.com/gofrs/flock:force \ |
diff --git a/recipes-networking/cni/relocation.inc b/recipes-networking/cni/relocation.inc index c6538dd0..8d4a35db 100644 --- a/recipes-networking/cni/relocation.inc +++ b/recipes-networking/cni/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="golang.org/x/exp:golang.org/x/exp:force \ | 1 | export sites = "golang.org/x/exp:golang.org/x/exp:force \ |
2 | golang.org/x/net:golang.org/x/net:force \ | 2 | golang.org/x/net:golang.org/x/net:force \ |
3 | golang.org/x/sys:golang.org/x/sys:force \ | 3 | golang.org/x/sys:golang.org/x/sys:force \ |
4 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ | 4 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ |