This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new c185990  Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b 
to 3.0.0 (#193)
c185990 is described below

commit c185990bba9f61a6b2b475021de08dc90dbe7323
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 16 15:38:55 2025 +0800

    Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#193)
    
    * Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
    
    Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/yaml.v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: kezhenxu94 <[email protected]>
---
 dist/LICENSE | 2 +-
 go.mod       | 2 +-
 go.sum       | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dist/LICENSE b/dist/LICENSE
index 3f20d12..c04f522 100644
--- a/dist/LICENSE
+++ b/dist/LICENSE
@@ -304,7 +304,7 @@ The following components are provided under the MIT and 
Apache-2.0 License. See
 The text of each license is also included at licenses/license-[project].txt.
 
 
-    gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b MIT and Apache-2.0
+    gopkg.in/yaml.v3 v3.0.0 MIT and Apache-2.0
 
 ========================================================================
 MIT and BSD-3-Clause licenses
diff --git a/go.mod b/go.mod
index 46b28d1..17ab9d7 100644
--- a/go.mod
+++ b/go.mod
@@ -78,7 +78,7 @@ require (
        google.golang.org/protobuf v1.32.0 // indirect
        gopkg.in/inf.v0 v0.9.1 // indirect
        gopkg.in/ini.v1 v1.51.0 // indirect
-       gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+       gopkg.in/yaml.v3 v3.0.0 // indirect
        k8s.io/api v0.22.1 // indirect
        k8s.io/apiextensions-apiserver v0.22.1 // indirect
        k8s.io/client-go v0.22.1 // indirect
diff --git a/go.sum b/go.sum
index 1de6e2d..44b63b4 100644
--- a/go.sum
+++ b/go.sum
@@ -843,8 +843,9 @@ gopkg.in/yaml.v2 v2.4.0 
h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
 gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 
h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=
 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
+gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA=
+gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk=
 gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=
 honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod 
h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=

Reply via email to