Skip to content

Commit

Permalink
Add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Jun 6, 2024
1 parent c3c3a12 commit e940bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.mod filter=goreplace
6 changes: 3 additions & 3 deletions scripts/cfgschema/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/signalfx/splunk-otel-collector
module github.com/splunk/o11y-gdi-metadata/scripts/cfgschema

go 1.21.0

Expand Down Expand Up @@ -630,7 +630,7 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace (
//replace (
github.com/signalfx/signalfx-agent => ./internal/signalfx-agent
github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension => ./pkg/extension/smartagentextension
github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor => ./pkg/processor/timestampprocessor
Expand All @@ -639,7 +639,7 @@ replace (
)

// each of these is required for the smartagentreceiver
replace (
//replace (
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d
github.com/influxdata/telegraf => github.com/signalfx/telegraf v0.10.2-0.20240111190717-3494050f2933
)

0 comments on commit e940bf4

Please sign in to comment.