From 398f0a5c50cc59b8ba02e6099703a8ca0bc50ee2 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 23 Oct 2024 15:55:11 -0600 Subject: [PATCH] Update Rufio version: This version makes some a lot of machine struct fields have `omitempty` in the json struct tag. Signed-off-by: Jacob Weinstock --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7b03a7abe..fcb01f2bf 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - github.com/tinkerbell/rufio v0.5.0 + github.com/tinkerbell/rufio v0.5.1 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 go.uber.org/multierr v1.11.0 go.uber.org/zap v1.27.0 diff --git a/go.sum b/go.sum index bb2874016..76f807e91 100644 --- a/go.sum +++ b/go.sum @@ -207,8 +207,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8= github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= -github.com/tinkerbell/rufio v0.5.0 h1:hZAxli4dOBnm2eDLSf8OdqVYiLb3A7EB6Q4QAri+IGU= -github.com/tinkerbell/rufio v0.5.0/go.mod h1:PD+igiRc/THNTbgEz0wbyHQDDmdf+JvzIF7BL5zQrOM= +github.com/tinkerbell/rufio v0.5.1 h1:HvYwSKsh7qKgsxKe1uaAZeoV+fTkqcjo5nRhCUfiz1k= +github.com/tinkerbell/rufio v0.5.1/go.mod h1:PD+igiRc/THNTbgEz0wbyHQDDmdf+JvzIF7BL5zQrOM= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=