Skip to content

Commit

Permalink
Bump github.com/lonegunmanb/hclfuncs from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [github.com/lonegunmanb/hclfuncs](https://github.com/lonegunmanb/hclfuncs) from 0.9.0 to 0.10.0.
- [Commits](lonegunmanb/hclfuncs@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/lonegunmanb/hclfuncs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lonegunmanb committed Dec 18, 2024
1 parent d1e6ddf commit d3c6f90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/hashicorp/hcl/v2 v2.23.0
github.com/lonegunmanb/atomatt-yaml v0.0.0-20231115063413-65f675868d34
github.com/lonegunmanb/go-yaml-edit v0.0.0-20231115083743-85302adf634b
github.com/lonegunmanb/hclfuncs v0.9.0
github.com/lonegunmanb/hclfuncs v0.10.0
github.com/lonegunmanb/yaml-jsonpointer v0.1.2-0.20231115082754-71ac0a5bbbd2
github.com/peterh/liner v1.2.2
github.com/prashantv/gostub v1.1.0
Expand Down Expand Up @@ -97,7 +97,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/timandy/routine v1.1.4 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.17.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ github.com/lonegunmanb/go-defaults v1.4.0 h1:Lf/wnb28dYqoUdpRTL+e+bFkW79ThpSH7Aw
github.com/lonegunmanb/go-defaults v1.4.0/go.mod h1:TwYUNCQyY/Qz5UzoH5Nlj7YPIT4EkgNANrPN8U9h9MU=
github.com/lonegunmanb/go-yaml-edit v0.0.0-20231115083743-85302adf634b h1:iq8qR7E7mpIUs9n3TBxdFceYTfpsEdXcOaUXfxEW6e0=
github.com/lonegunmanb/go-yaml-edit v0.0.0-20231115083743-85302adf634b/go.mod h1:uvga3hKd6b8WDuxlf7sgaxP0jUN5fdYBfCGhWAj75yo=
github.com/lonegunmanb/hclfuncs v0.9.0 h1:kGWLDCrioAWACWCeJ65c5LsRalPBdKYNQIUvmRnKm6E=
github.com/lonegunmanb/hclfuncs v0.9.0/go.mod h1:AuSpk7QOsYdWgZsor+ST7xtvIgzYhLxjc9H88N9T9FI=
github.com/lonegunmanb/hclfuncs v0.10.0 h1:hfXCQRJxb+44b0nPwigBiwo4kh3vh3njo1coVotW1EM=
github.com/lonegunmanb/hclfuncs v0.10.0/go.mod h1:nQI2IOJoxgAA2LiIZcSFHypiadOoHjxZF6x35dxr3oc=
github.com/lonegunmanb/yaml-jsonpointer v0.1.2-0.20231115082754-71ac0a5bbbd2 h1:ehCuFUus1jd9m6sbxL93c9e2UbDrDwRxgbULHiT/+ho=
github.com/lonegunmanb/yaml-jsonpointer v0.1.2-0.20231115082754-71ac0a5bbbd2/go.mod h1:Ru2CZaRtz7FUr8/vm4ZlH5i4yBm1d+bZKk6Ng4Xxe4g=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down Expand Up @@ -339,8 +339,8 @@ github.com/zclconf/go-cty v1.15.1 h1:RgQYm4j2EvoBRXOPxhUvxPzRrGDo1eCOhHXuGfrj5S0
github.com/zclconf/go-cty v1.15.1/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
github.com/zclconf/go-cty-yaml v1.0.3 h1:og/eOQ7lvA/WWhHGFETVWNduJM7Rjsv2RRpx1sdFMLc=
github.com/zclconf/go-cty-yaml v1.0.3/go.mod h1:9YLUH4g7lOhVWqUbctnVlZ5KLpg7JAprQNgxSZ1Gyxs=
github.com/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0=
github.com/zclconf/go-cty-yaml v1.1.0/go.mod h1:9YLUH4g7lOhVWqUbctnVlZ5KLpg7JAprQNgxSZ1Gyxs=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY=
Expand Down

0 comments on commit d3c6f90

Please sign in to comment.