Skip to content

Commit

Permalink
Updade kdl-go dependency (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Jan 9, 2024
1 parent d2028fd commit a4138da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/kdl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/sblinch/kdl-go v0.0.0-20231112203113-9fa9a505b79a // indirect
github.com/sblinch/kdl-go v0.0.0-20240108033718-e453df3dbf65 // indirect
)
2 changes: 2 additions & 0 deletions parsers/kdl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sblinch/kdl-go v0.0.0-20231112203113-9fa9a505b79a h1:q2ywS3Q4C8vJKm0gBmUmub0yyLs6VAYivOKAvfhurJ4=
github.com/sblinch/kdl-go v0.0.0-20231112203113-9fa9a505b79a/go.mod h1:b3oNGuAKOQzhsCKmuLc/urEOPzgHj6fB8vl8bwTBh28=
github.com/sblinch/kdl-go v0.0.0-20240108033718-e453df3dbf65 h1:N8SBepByh/KfKXr5lFetT5FcNEU14/ftiXyVU6697J0=
github.com/sblinch/kdl-go v0.0.0-20240108033718-e453df3dbf65/go.mod h1:b3oNGuAKOQzhsCKmuLc/urEOPzgHj6fB8vl8bwTBh28=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down

0 comments on commit a4138da

Please sign in to comment.