diff --git a/go.mod b/go.mod index dae727af..15222c44 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/metal-toolbox/ctrl v0.2.2-0.20240816125955-248ee65e0c94 github.com/metal-toolbox/fleetdb v1.19.3 github.com/metal-toolbox/ironlib v0.4.2-0.20240815083723-fab996eb8e80 - github.com/metal-toolbox/rivets v1.2.1-0.20240816124954-75fd3d3b2629 + github.com/metal-toolbox/rivets v1.3.1 github.com/mitchellh/copystructure v1.2.0 github.com/mitchellh/mapstructure v1.5.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 9f08c3d8..5304d3c4 100644 --- a/go.sum +++ b/go.sum @@ -564,8 +564,8 @@ github.com/metal-toolbox/fleetdb v1.19.3 h1:Dk7MVi5rS42a4OI46Ye/etg8R5hm1iajaI4U github.com/metal-toolbox/fleetdb v1.19.3/go.mod h1:v9agAzF7BhBBjA4rY+H2eZzQaBTEXO4b/Qikn4jmA7A= github.com/metal-toolbox/ironlib v0.4.2-0.20240815083723-fab996eb8e80 h1:alVuAOH9916LUjIAynnG/5Bkle8juvOn5/21Azo6SmU= github.com/metal-toolbox/ironlib v0.4.2-0.20240815083723-fab996eb8e80/go.mod h1:YNS/N5Q61awwVEXJ20V04AzLrgSsT/Xrh8bHD6Iwi7M= -github.com/metal-toolbox/rivets v1.2.1-0.20240816124954-75fd3d3b2629 h1:Q9ssrrui7qwYDlv17k2NZQa2CiZ4irgzdo1Sq27Kpvg= -github.com/metal-toolbox/rivets v1.2.1-0.20240816124954-75fd3d3b2629/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY= +github.com/metal-toolbox/rivets v1.3.1 h1:UD70qh6KNNgCPivAP7Ed4U8H8aJ3+3Bw8FtyMXiM7Qg= +github.com/metal-toolbox/rivets v1.3.1/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=