diff --git a/go.mod b/go.mod index d303ec6b..0bdf971c 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/kisielk/errcheck v1.7.0 github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.9.0 - golang.org/x/sync v0.6.0 + golang.org/x/sync v0.7.0 k8s.io/apimachinery v0.29.3 sigs.k8s.io/yaml v1.4.0 ) diff --git a/go.sum b/go.sum index a010097e..a959da19 100644 --- a/go.sum +++ b/go.sum @@ -155,8 +155,8 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ= -golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= diff --git a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/bundle_lock.go b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/bundle_lock.go index 43198142..ff90ebb0 100644 --- a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/bundle_lock.go +++ b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/bundle_lock.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package lockconfig diff --git a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/generic.go b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/generic.go index a4e1c0dc..46cd1b7c 100644 --- a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/generic.go +++ b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/generic.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package lockconfig diff --git a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/images_lock.go b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/images_lock.go index 876598d3..758e606d 100644 --- a/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/images_lock.go +++ b/vendor/carvel.dev/imgpkg/pkg/imgpkg/lockconfig/images_lock.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package lockconfig diff --git a/vendor/carvel.dev/vendir/pkg/vendir/versions/selector.go b/vendor/carvel.dev/vendir/pkg/vendir/versions/selector.go index 131eff29..14ed3311 100644 --- a/vendor/carvel.dev/vendir/pkg/vendir/versions/selector.go +++ b/vendor/carvel.dev/vendir/pkg/vendir/versions/selector.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package versions diff --git a/vendor/carvel.dev/vendir/pkg/vendir/versions/semvers.go b/vendor/carvel.dev/vendir/pkg/vendir/versions/semvers.go index e315367c..29cba730 100644 --- a/vendor/carvel.dev/vendir/pkg/vendir/versions/semvers.go +++ b/vendor/carvel.dev/vendir/pkg/vendir/versions/semvers.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package versions diff --git a/vendor/carvel.dev/vendir/pkg/vendir/versions/v1alpha1/config.go b/vendor/carvel.dev/vendir/pkg/vendir/versions/v1alpha1/config.go index 080fd0b8..02011d05 100644 --- a/vendor/carvel.dev/vendir/pkg/vendir/versions/v1alpha1/config.go +++ b/vendor/carvel.dev/vendir/pkg/vendir/versions/v1alpha1/config.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Carvel Authors. +// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/vendor/modules.txt b/vendor/modules.txt index 4009f8fc..5fd385de 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -159,7 +159,7 @@ golang.org/x/net/http/httpguts golang.org/x/net/http2 golang.org/x/net/http2/hpack golang.org/x/net/idna -# golang.org/x/sync v0.6.0 +# golang.org/x/sync v0.7.0 ## explicit; go 1.18 golang.org/x/sync/errgroup # golang.org/x/sys v0.17.0