From 88c0cf6e33b13e29a624fdb4ea14aca71bcc5572 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Thu, 22 Aug 2024 17:05:25 +0200 Subject: [PATCH] go: pin to rivets release --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dd2c092d..7c7ca4d3 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/google/uuid v1.6.0 github.com/hashicorp/go-retryablehttp v0.7.7 github.com/metal-toolbox/fleetdb v1.19.3 - github.com/metal-toolbox/rivets v1.3.2-0.20240821095555-56f1bf4b1a29 + github.com/metal-toolbox/rivets v1.3.2 github.com/nats-io/nats-server/v2 v2.10.12 github.com/nats-io/nats.go v1.36.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index c6380d57..536aa9aa 100644 --- a/go.sum +++ b/go.sum @@ -545,6 +545,8 @@ github.com/metal-toolbox/rivets v1.3.1-0.20240819072158-b0e2d577ffb2 h1:oLVmapAb github.com/metal-toolbox/rivets v1.3.1-0.20240819072158-b0e2d577ffb2/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY= github.com/metal-toolbox/rivets v1.3.2-0.20240821095555-56f1bf4b1a29 h1:m8suYpZ7V3IHwiEUFmcjo1KD19+ir6iXmY1a9rQo7Nk= github.com/metal-toolbox/rivets v1.3.2-0.20240821095555-56f1bf4b1a29/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY= +github.com/metal-toolbox/rivets v1.3.2 h1:wazODpX94E2IbjuqEAmARl1r9TZE0NS1vBiGSpBW/tE= +github.com/metal-toolbox/rivets v1.3.2/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=