Skip to content

Commit ba0949b

Browse files
Chore: (deps): bump github.com/goccy/go-yaml from 1.15.23 to 1.17.1
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.15.23 to 1.17.1. - [Release notes](https://github.com/goccy/go-yaml/releases) - [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md) - [Commits](goccy/go-yaml@v1.15.23...v1.17.1) --- updated-dependencies: - dependency-name: github.com/goccy/go-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46ecf7b commit ba0949b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module kcl-lang.io/cli
22

33
go 1.23
44

5-
toolchain go1.23.1
6-
75
require (
86
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
97
github.com/onsi/ginkgo/v2 v2.22.2
@@ -125,7 +123,7 @@ require (
125123
github.com/go-openapi/strfmt v0.23.0 // indirect
126124
github.com/go-openapi/swag v0.23.0 // indirect
127125
github.com/go-openapi/validate v0.24.0 // indirect
128-
github.com/goccy/go-yaml v1.15.23
126+
github.com/goccy/go-yaml v1.17.1
129127
github.com/gofrs/flock v0.12.1 // indirect
130128
github.com/gogo/protobuf v1.3.2 // indirect
131129
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZ
924924
github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM=
925925
github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
926926
github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
927-
github.com/goccy/go-yaml v1.15.23 h1:WS0GAX1uNPDLUvLkNU2vXq6oTnsmfVFocjQ/4qA48qo=
928-
github.com/goccy/go-yaml v1.15.23/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
927+
github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
928+
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
929929
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
930930
github.com/gofrs/flock v0.12.1 h1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=
931931
github.com/gofrs/flock v0.12.1/go.mod h1:9zxTsyu5xtJ9DK+1tFZyibEV7y3uwDxPPfbxeeHCoD0=

0 commit comments

Comments
 (0)