Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newer go-hal #53

Merged
merged 2 commits into from
Oct 11, 2023
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/gliderlabs/ssh v0.3.5
github.com/kelseyhightower/envconfig v1.4.0
github.com/metal-stack/go-hal v0.4.3
github.com/metal-stack/go-hal v0.4.4
github.com/metal-stack/metal-go v0.23.2
github.com/metal-stack/v v1.0.3
github.com/nsqio/go-nsq v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
github.com/metal-stack/go-hal v0.4.3 h1:1DlpbXZ2lBu/pmeVpYZxUFRabB37LJTo8EiyVDb5G7A=
github.com/metal-stack/go-hal v0.4.3/go.mod h1:8Lgr1frBkp6+6lZ7FoKYMH8rCKoT5THqSvwP+BZVM7I=
github.com/metal-stack/go-hal v0.4.4 h1:/8w0UqvKWK00cyMPXTvMbzT4DOq5WtHJ19/vKQyLb1k=
github.com/metal-stack/go-hal v0.4.4/go.mod h1:KgyQYb3vX7COEJWAaS/rYVf+5YBC62sZSPzDvpWSY30=
github.com/metal-stack/metal-go v0.23.2 h1:/1wdBWXedVG2oCPzsjaRl7aqEIWep7MMmogYegoFyjs=
github.com/metal-stack/metal-go v0.23.2/go.mod h1:9Yit8YNh80waamO4MbF8jtwxAqGbFuwMdM47FUf75O8=
github.com/metal-stack/metal-lib v0.13.3 h1:BOhwcKHILmBZd2pz2YMOhj8QxzDaz3G0F/CGuYhnu8o=
Expand Down