Skip to content

Commit

Permalink
Merge branch 'main' into vc/complete-fw-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Sep 6, 2024
2 parents 12d3abb + 5081da1 commit bcf0fc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ require (
github.com/metal-toolbox/ctrl v0.2.6
github.com/metal-toolbox/fleetdb v1.19.4
github.com/metal-toolbox/rivets v1.3.4
github.com/metal-toolbox/ctrl v0.2.7
github.com/metal-toolbox/rivets v1.3.6
github.com/mitchellh/copystructure v1.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 6 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -563,16 +563,20 @@ github.com/metal-toolbox/conditionorc v1.1.1-0.20240805163108-b1c018c91b87 h1:C3
github.com/metal-toolbox/conditionorc v1.1.1-0.20240805163108-b1c018c91b87/go.mod h1:0Rh7BPun3VcJzxsBfbZ94lxxxSUNLtugAeZPRWPcD3c=
github.com/metal-toolbox/ctrl v0.2.6 h1:h4q6iiYd6jFKUqgKD32pwz+X5bZaXBWW6RwGaFLVcKc=
github.com/metal-toolbox/ctrl v0.2.6/go.mod h1:8pNmlZr+GhhxZh35jLBX6kbZ+1q/8Ud5UIpXRebTmt4=
github.com/metal-toolbox/ctrl v0.2.7 h1:p5YMd2LP7enLN+jz0CSq2sppAoCnT1tA5mg7XnMvLCo=
github.com/metal-toolbox/ctrl v0.2.7/go.mod h1:qFq4cGssdjM8/E+Zd8pp/t9cE8eJsj0iL1H8IKYhvDU=
github.com/metal-toolbox/fleetdb v1.19.3 h1:Dk7MVi5rS42a4OI46Ye/etg8R5hm1iajaI4U0k1GSec=
github.com/metal-toolbox/fleetdb v1.19.3/go.mod h1:v9agAzF7BhBBjA4rY+H2eZzQaBTEXO4b/Qikn4jmA7A=
github.com/metal-toolbox/fleetdb v1.19.4 h1:15jsMGPFi3rs/wLhtP5WbhR8TyNBnT7vuoTOY2uacv0=
github.com/metal-toolbox/fleetdb v1.19.4/go.mod h1:NrQhk3FV8HrcEiT6mk0DdFY3hVFqxMV1zlxirycGDNE=
github.com/metal-toolbox/rivets v1.3.3 h1:bHd2HRh/uc3zb2bughpuidW2lUQOXrFRRDWBWwqMQWw=
github.com/metal-toolbox/rivets v1.3.3/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/metal-toolbox/rivets v1.3.4 h1:bdY6tYgl3Cdc0Adbzu7/KwZATgg3ndEyJ0TQZna31yM=
github.com/metal-toolbox/rivets v1.3.4/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/mfridman/interpolate v0.0.2 h1:pnuTK7MQIxxFz1Gr+rjSIx9u7qVjf5VOoM/u6BbAxPY=
github.com/mfridman/interpolate v0.0.2/go.mod h1:p+7uk6oE07mpE/Ik1b8EckO0O4ZXiGAfshKBWLUM9Xg=
github.com/metal-toolbox/rivets v1.3.6-0.20240902123133-a36024eb7d25 h1:z6gipdqU9pkHDHeNb0hmwtR3+zOpaWDIuDLDVHALnk8=
github.com/metal-toolbox/rivets v1.3.6-0.20240902123133-a36024eb7d25/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/metal-toolbox/rivets v1.3.6 h1:iw1KlhNcK8ZIHnBGwKeqtYInyN/prhiblb6qE+FhzH0=
github.com/metal-toolbox/rivets v1.3.6/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/microsoft/go-mssqldb v0.17.0/go.mod h1:OkoNGhGEs8EZqchVTtochlXruEhEOaO4S0d2sB5aeGQ=
github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI=
Expand Down

0 comments on commit bcf0fc1

Please sign in to comment.