File tree 10 files changed +10
-10
lines changed
prometheus-federation/prom-counter
splunk-hec-traces/tracing
packaging/dotnet-instr-deployer-add-on
extension/smartagentextension
processor/timestampprocessor
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
go.opentelemetry.io/otel v0.20.0
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
go.opentelemetry.io/otel v1.1.0
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require go.uber.org/zap v1.27.0
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/signalfx-agent
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
replace (
6
6
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/internal/tools
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
Original file line number Diff line number Diff line change 1
1
module github.com/splunk/splunk_otel_dotnet_deployer
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require github.com/stretchr/testify v1.10.0
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/tests
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require (
6
6
github.com/docker/docker v28.0.1+incompatible
Original file line number Diff line number Diff line change 1
1
module github.com/signalfx/splunk-otel-collector/tests/tools
2
2
3
- go 1.23.0
3
+ go 1.23.7
4
4
5
5
require github.com/Songmu/gotesplit v0.3.1
6
6
You can’t perform that action at this time.
0 commit comments