Skip to content

Commit

Permalink
chore(deps): bump github.com/goschtalt/yaml-encoder from 0.0.3 to 0.0…
Browse files Browse the repository at this point in the history
….4 (#256)

Bumps [github.com/goschtalt/yaml-encoder](https://github.com/goschtalt/yaml-encoder) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/goschtalt/yaml-encoder/releases)
- [Commits](goschtalt/yaml-encoder@v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: github.com/goschtalt/yaml-encoder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent a67415e commit 4d1f3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/goschtalt/goschtalt v0.25.0
github.com/goschtalt/properties-decoder v0.1.0
github.com/goschtalt/yaml-decoder v0.0.1
github.com/goschtalt/yaml-encoder v0.0.3
github.com/goschtalt/yaml-encoder v0.0.4
github.com/stretchr/testify v1.10.0
github.com/ugorji/go/codec v1.2.12
github.com/xmidt-org/arrange v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/goschtalt/properties-decoder v0.1.0 h1:e4otCq3mUY4Wbwj/iFrJtA+IcwRBxs
github.com/goschtalt/properties-decoder v0.1.0/go.mod h1:TgczKTeyA8DPmW0ajpGQ59xH5k8aF9W9b0jwQ2RFITI=
github.com/goschtalt/yaml-decoder v0.0.1 h1:fwXf5OoC2tUm6+FOzMizvh6UITFALw6OWxJTVNgbJwg=
github.com/goschtalt/yaml-decoder v0.0.1/go.mod h1:b+hYjmM/e9rzRhPB8EKlb+LUwrgntMrOpqEAel3wRGQ=
github.com/goschtalt/yaml-encoder v0.0.3 h1:vfQ3vXZNvoEFPa3NzOWNtweYVa+2qMh8eqhXByLi2t0=
github.com/goschtalt/yaml-encoder v0.0.3/go.mod h1:E9ANM2mgRmoqP+JTFFv03fVWcnn+QrIDfVu5shDvX3A=
github.com/goschtalt/yaml-encoder v0.0.4 h1:H/kiZSVWsGUHCgxZzyPmztyH1puTB4lEO9/W+jb3f4k=
github.com/goschtalt/yaml-encoder v0.0.4/go.mod h1:F9KKLGzHCh0X3NsThKmzP1Qf4UQNGIDd+739IRN6YeU=
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit 4d1f3bb

Please sign in to comment.