diff --git a/go.mod b/go.mod index d2eaea8..2e6965d 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/spf13/pflag v1.0.10 github.com/spf13/viper v1.21.0 github.com/stretchr/testify v1.11.1 - github.com/xmidt-org/arrange v0.5.5 + github.com/xmidt-org/arrange v0.5.6 github.com/xmidt-org/candlelight v0.2.15 github.com/xmidt-org/sallust v0.2.8 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.70.0 diff --git a/go.sum b/go.sum index 8877a2f..f6d3b4f 100644 --- a/go.sum +++ b/go.sum @@ -145,8 +145,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/ugorji/go/codec v1.2.14 h1:yOQvXCBc3Ij46LRkRoh4Yd5qK6LVOgi0bYOXfb7ifjw= github.com/ugorji/go/codec v1.2.14/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= -github.com/xmidt-org/arrange v0.5.5 h1:P03c5hgGdFIZE/+6O+/YWus1AYkJP28TFBSNkhEdvGY= -github.com/xmidt-org/arrange v0.5.5/go.mod h1:OYPIS2K1k4ZPjUJpdtRFQwhuv5rtunCVXwJYxqW6eDE= +github.com/xmidt-org/arrange v0.5.6 h1:8J2rcCe80wrb9sBL4G7Psx8NmB3LKF5i+VUdey/deb8= +github.com/xmidt-org/arrange v0.5.6/go.mod h1:OYPIS2K1k4ZPjUJpdtRFQwhuv5rtunCVXwJYxqW6eDE= github.com/xmidt-org/candlelight v0.2.15 h1:ALAGaLYSUpdKmL3yXGi6CwljOO8xyvxxaSbbE7LOyTo= github.com/xmidt-org/candlelight v0.2.15/go.mod h1:RgHVxsW43gCMm2sq0RmwhVK4isbeCkQLUS1ZlpG0qFQ= github.com/xmidt-org/httpaux v0.4.3 h1:hrA8tAgMFoZkBZrysSmmait9CP7P3hMAYQjnpFJNqk8=