diff --git a/src/go.mod b/src/go.mod index 6eb612a..785fb23 100644 --- a/src/go.mod +++ b/src/go.mod @@ -14,7 +14,7 @@ require ( github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 github.com/johannesboyne/gofakes3 v0.0.0-20250402064820-d479899d8cbe github.com/mcuadros/go-gin-prometheus v0.1.0 - github.com/sierrasoftworks/humane-errors-go v0.0.0-20241125132722-d032d7dd359e + github.com/sierrasoftworks/humane-errors-go v0.0.0-20250507223502-4bb667dc1e16 github.com/spechtlabs/go-otel-utils/otelprovider v0.0.8 github.com/spechtlabs/go-otel-utils/otelzap v0.0.8 github.com/spf13/cobra v1.9.1 diff --git a/src/go.sum b/src/go.sum index 830a52e..4a3fc96 100644 --- a/src/go.sum +++ b/src/go.sum @@ -144,6 +144,8 @@ github.com/sagikazarmark/locafero v0.9.0 h1:GbgQGNtTrEmddYDSAH9QLRyfAHY12md+8YFT github.com/sagikazarmark/locafero v0.9.0/go.mod h1:UBUyz37V+EdMS3hDF3QWIiVr/2dPrx49OMO0Bn0hJqk= github.com/sierrasoftworks/humane-errors-go v0.0.0-20241125132722-d032d7dd359e h1:TRjhbclA0br24WOCSltVovqcwOLTKRLRzQmuSBY5mQc= github.com/sierrasoftworks/humane-errors-go v0.0.0-20241125132722-d032d7dd359e/go.mod h1:j7jIbd4vmh7c8kUuM4wNOqqEaMcG+UWVyem6d26pai4= +github.com/sierrasoftworks/humane-errors-go v0.0.0-20250507223502-4bb667dc1e16 h1:9vtY3febGroV+aPR5OlI3fekkesi+lMVsVWyxBp/rfk= +github.com/sierrasoftworks/humane-errors-go v0.0.0-20250507223502-4bb667dc1e16/go.mod h1:CbJLj9L1qHdzLg4YRh2Lzr0noe9pR6QrVEqfLbITRKw= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=