Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 31 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["mvdan", "shell", "sh", "bash", "bats"]
categories = ["api-bindings", "parsing"]

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.72.0"

[dependencies]
libc = "0.2.139"
6 changes: 3 additions & 3 deletions src/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/hwittenborn/husk

go 1.20
go 1.24.0

require (
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9
mvdan.cc/sh/v3 v3.6.0
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b
mvdan.cc/sh/v3 v3.12.0
)
3 changes: 3 additions & 0 deletions src/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 h1:frX3nT9RkKybPnjyI+yvZh6ZucTZatCCEm9D47sZ2zo=
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b/go.mod h1:j/pmGrbnkbPtQfxEe5D0VQhZC6qKbfKifgD0oM7sR70=
mvdan.cc/sh/v3 v3.6.0 h1:gtva4EXJ0dFNvl5bHjcUEvws+KRcDslT8VKheTYkbGU=
mvdan.cc/sh/v3 v3.6.0/go.mod h1:U4mhtBLZ32iWhif5/lD+ygy1zrgaQhUu+XFy7C8+TTA=
mvdan.cc/sh/v3 v3.12.0 h1:ejKUR7ONP5bb+UGHGEG/k9V5+pRVIyD+LsZz7o8KHrI=
mvdan.cc/sh/v3 v3.12.0/go.mod h1:Se6Cj17eYSn+sNooLZiEUnNNmNxg0imoYlTu4CyaGyg=