diff --git a/go.mod b/go.mod index c36cf09..6b91d86 100644 --- a/go.mod +++ b/go.mod @@ -9,9 +9,10 @@ require ( github.com/google/uuid v1.4.0 github.com/hashicorp/go-retryablehttp v0.7.5 github.com/metal-toolbox/conditionorc v1.0.3 - github.com/metal-toolbox/fleetdb v0.16.9-0.20240214145248-f2a287db1df3 + github.com/metal-toolbox/fleetdb v0.16.9 github.com/metal-toolbox/rivets v0.2.2 github.com/pkg/errors v0.9.1 + github.com/prometheus/client_golang v1.17.0 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.17.0 @@ -85,7 +86,6 @@ require ( github.com/pelletier/go-toml/v2 v2.1.0 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/pquerna/cachecontrol v0.2.0 // indirect - github.com/prometheus/client_golang v1.17.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.45.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect diff --git a/go.sum b/go.sum index 5f464f4..e40f908 100644 --- a/go.sum +++ b/go.sum @@ -504,6 +504,8 @@ github.com/metal-toolbox/conditionorc v1.0.3 h1:HRmRL45sOimHR+SH+l03Q210vMV/2kQS github.com/metal-toolbox/conditionorc v1.0.3/go.mod h1:0SEoLbqOV7w1DyddKXGJVViGQ7kXgUft62Z5qzATlLw= github.com/metal-toolbox/fleetdb v0.16.9-0.20240214145248-f2a287db1df3 h1:WT0v85TbEfSLoxxnxXtHGXZKA/3OxJfOmOqCzM9zEkw= github.com/metal-toolbox/fleetdb v0.16.9-0.20240214145248-f2a287db1df3/go.mod h1:L2FavoKCdpewj759/MepRmbInSE0JpuSOMnXJho9u3o= +github.com/metal-toolbox/fleetdb v0.16.9 h1:cU8izN7tTi4dnGisP43MgK2ddtbrJJ4zLLwIS3wRABw= +github.com/metal-toolbox/fleetdb v0.16.9/go.mod h1:L2FavoKCdpewj759/MepRmbInSE0JpuSOMnXJho9u3o= github.com/metal-toolbox/rivets v0.2.2 h1:+PM1l+Ebpfioog4iqIZq13BLdcM7vP5Tq2OoaPQx0ts= github.com/metal-toolbox/rivets v0.2.2/go.mod h1:XYcHa0lsKG3jYKImcCfjtHkjTNewLGonzozOC5IcdKk= github.com/microsoft/go-mssqldb v0.17.0/go.mod h1:OkoNGhGEs8EZqchVTtochlXruEhEOaO4S0d2sB5aeGQ=