Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
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-20250507223502-4bb667dc1e16
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.9
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.10
github.com/spechtlabs/go-otel-utils/otelzap v0.0.9
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
Expand Down
2 changes: 2 additions & 0 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ github.com/spechtlabs/go-otel-utils/otelprovider v0.0.8 h1:QE5n0ReT+dpMGyJH1z8RD
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.8/go.mod h1:eXwaYnplhrfg/WXkIQ8ziC68Xa4wR7C0RilMBVpU9nM=
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.9 h1:DcXCVRER/bo//4uMFOiF+b+El22EuwA7/ZiqVYAuadY=
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.9/go.mod h1:eXwaYnplhrfg/WXkIQ8ziC68Xa4wR7C0RilMBVpU9nM=
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.10 h1:Q5p+5KGA587GfzR6FdXGje4XBfxhi1u4NSu6lSnWCGA=
github.com/spechtlabs/go-otel-utils/otelprovider v0.0.10/go.mod h1:sFuJXEBbNq/pQx9pP5OnVtx9yGJnH4fXi7x3qihW0ak=
github.com/spechtlabs/go-otel-utils/otelzap v0.0.8 h1:L+FRP4r8n0iVVzy9W7fVUATsx7wJFxLF87k06cpYI6A=
github.com/spechtlabs/go-otel-utils/otelzap v0.0.8/go.mod h1:plilkxj0HQ5sJ21FuCc88wk8Q00cTH2M/LbxszaemPw=
github.com/spechtlabs/go-otel-utils/otelzap v0.0.9 h1:d1+B4hsaQpYiJOOTY0c0O20YLOH8dfAlve1ciCdoETQ=
Expand Down
Loading