Skip to content

Commit

Permalink
add support for x11dpu motherboards (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jun 16, 2021
1 parent b0a247e commit d8ee53b
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 @@ -18,7 +18,7 @@ require (
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/jaypipes/ghw v0.8.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/metal-stack/go-hal v0.3.3
github.com/metal-stack/go-hal v0.3.4
github.com/metal-stack/go-lldpd v0.3.1
github.com/metal-stack/metal-api v0.15.0
github.com/metal-stack/metal-lib v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7/go.mod h1:U6ZQob
github.com/mdlayher/lldp v0.0.0-20150915211757-afd9f83164c5 h1:i4JJtLb5iDVsncU7splD9ZCQXvxN13tGDUWihfKOq18=
github.com/mdlayher/lldp v0.0.0-20150915211757-afd9f83164c5/go.mod h1:IZAsRpRUv/4B6NhGzofHK/+I+N31NTUz/hrEm4ssUwA=
github.com/mdlayher/raw v0.0.0-20190606142536-fef19f00fc18/go.mod h1:7EpbotpCmVZcu+KCX4g9WaRNuu11uyhiW7+Le1dKawg=
github.com/metal-stack/go-hal v0.3.3 h1:eLN9iwmPkkKnvhix7wlpzAbLFt7NfFWQh6N4FknDJBE=
github.com/metal-stack/go-hal v0.3.3/go.mod h1:sW5Q48o3LGdiYvzo6nhGsT9+WMGRiL5Xz2QCoyfRf34=
github.com/metal-stack/go-hal v0.3.4 h1:htjLkyHX80zPcOlvHFu9MWwbVOQrLcjQDsnxQnKxL3E=
github.com/metal-stack/go-hal v0.3.4/go.mod h1:sW5Q48o3LGdiYvzo6nhGsT9+WMGRiL5Xz2QCoyfRf34=
github.com/metal-stack/go-ipam v1.8.4/go.mod h1:GKxNMrHDXkr2NeIdHdndVbXQTkhVxbHk5u/4nmZV2RI=
github.com/metal-stack/go-lldpd v0.3.1 h1:fDcR362ivxLTf/CjnlvseO8RdSZHuaQPS9naM2xeQ7U=
github.com/metal-stack/go-lldpd v0.3.1/go.mod h1:udPb0XfQSRnI3WHc6okvChnRxVRs7rkc6Eeg7Iq59Cc=
Expand Down

0 comments on commit d8ee53b

Please sign in to comment.