Skip to content

Commit

Permalink
Support newer microclouds (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Nov 18, 2024
1 parent ffa8a0c commit f6b3dbd
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 @@ -9,7 +9,7 @@ require (
github.com/google/uuid v1.6.0
github.com/grafana/loki-client-go v0.0.0-20240913122146-e119d400c3a5
github.com/jaypipes/ghw v0.13.0
github.com/metal-stack/go-hal v0.5.5
github.com/metal-stack/go-hal v0.5.6
github.com/metal-stack/go-lldpd v0.4.8
github.com/metal-stack/metal-api v0.39.3
github.com/metal-stack/metal-go v0.39.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ github.com/mdlayher/lldp v0.0.0-20150915211757-afd9f83164c5 h1:i4JJtLb5iDVsncU7s
github.com/mdlayher/lldp v0.0.0-20150915211757-afd9f83164c5/go.mod h1:IZAsRpRUv/4B6NhGzofHK/+I+N31NTUz/hrEm4ssUwA=
github.com/mdlayher/packet v1.0.0/go.mod h1:eE7/ctqDhoiRhQ44ko5JZU2zxB88g+JH/6jmnjzPjOU=
github.com/mdlayher/socket v0.2.1/go.mod h1:QLlNPkFR88mRUNQIzRBMfXxwKal8H7u1h3bL1CV+f0E=
github.com/metal-stack/go-hal v0.5.5 h1:f+St8fZQEsUIwspy9fW5gkziKMIvFrGXP5kM9wJpLIw=
github.com/metal-stack/go-hal v0.5.5/go.mod h1:2yeab7N8ApBd44z7mEwWCb+CL7o3ioZu41kSsra50Dw=
github.com/metal-stack/go-hal v0.5.6 h1:QE4HHhoRbooCs48nkJII3jDCSYjj2Ua/FiEX+xOyNMM=
github.com/metal-stack/go-hal v0.5.6/go.mod h1:2yeab7N8ApBd44z7mEwWCb+CL7o3ioZu41kSsra50Dw=
github.com/metal-stack/go-lldpd v0.4.8 h1:xQxvbS0a2X663EQL9BR4r87xBb7tZolJ4G5HRij0+EU=
github.com/metal-stack/go-lldpd v0.4.8/go.mod h1:jI8gpcb57+CuZjaPP4nQRDsGG6dljHOM9sOL5pMUEIs=
github.com/metal-stack/metal-api v0.39.3 h1:lDK5eswPAyhv8vL+3YolSGQBo/ZXJqmIjH4+9VlPE08=
Expand Down

0 comments on commit f6b3dbd

Please sign in to comment.