Skip to content

Commit

Permalink
chore: bump module versions to v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Nov 1, 2023
1 parent aa20635 commit d9f8b26
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion cmd/plugindocgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-agent/plugindocgen
go 1.20

require (
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.38.1
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.39.0
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ go 1.20
require (
github.com/google/uuid v1.3.1
github.com/mholt/archiver/v3 v3.5.1
github.com/observiq/bindplane-agent/exporter/azureblobexporter v1.38.1
github.com/observiq/bindplane-agent/exporter/googlecloudexporter v1.38.1
github.com/observiq/bindplane-agent/exporter/googlemanagedprometheusexporter v1.38.1
github.com/observiq/bindplane-agent/packagestate v1.38.1
github.com/observiq/bindplane-agent/processor/datapointcountprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/logcountprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/logdeduplicationprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/maskprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/metricextractprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/metricstatsprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/removeemptyvaluesprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/resourceattributetransposerprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/samplingprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/spancountprocessor v1.38.1
github.com/observiq/bindplane-agent/processor/throughputmeasurementprocessor v1.38.1
github.com/observiq/bindplane-agent/receiver/azureblobrehydrationreceiver v1.38.1
github.com/observiq/bindplane-agent/receiver/m365receiver v1.38.1
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.38.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.38.1
github.com/observiq/bindplane-agent/receiver/sapnetweaverreceiver v1.38.1
github.com/observiq/bindplane-agent/exporter/azureblobexporter v1.39.0
github.com/observiq/bindplane-agent/exporter/googlecloudexporter v1.39.0
github.com/observiq/bindplane-agent/exporter/googlemanagedprometheusexporter v1.39.0
github.com/observiq/bindplane-agent/packagestate v1.39.0
github.com/observiq/bindplane-agent/processor/datapointcountprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/logcountprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/logdeduplicationprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/maskprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/metricextractprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/metricstatsprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/removeemptyvaluesprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/resourceattributetransposerprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/samplingprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/spancountprocessor v1.39.0
github.com/observiq/bindplane-agent/processor/throughputmeasurementprocessor v1.39.0
github.com/observiq/bindplane-agent/receiver/azureblobrehydrationreceiver v1.39.0
github.com/observiq/bindplane-agent/receiver/m365receiver v1.39.0
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.39.0
github.com/observiq/bindplane-agent/receiver/routereceiver v1.39.0
github.com/observiq/bindplane-agent/receiver/sapnetweaverreceiver v1.39.0
github.com/oklog/ulid/v2 v2.1.0
github.com/open-telemetry/opamp-go v0.9.0
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.88.0
Expand Down Expand Up @@ -230,8 +230,8 @@ require (
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
github.com/observiq/bindplane-agent/counter v1.38.1 // indirect
github.com/observiq/bindplane-agent/expr v1.38.1 // indirect
github.com/observiq/bindplane-agent/counter v1.39.0 // indirect
github.com/observiq/bindplane-agent/expr v1.39.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlemanagedprometheusexporter v0.88.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.88.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/processor/servicegraphprocessor v0.88.0 // indirect
Expand Down
6 changes: 3 additions & 3 deletions processor/datapointcountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-agent/processor/datapointcountprocessor
go 1.20

require (
github.com/observiq/bindplane-agent/counter v1.38.1
github.com/observiq/bindplane-agent/expr v1.38.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.38.1
github.com/observiq/bindplane-agent/counter v1.39.0
github.com/observiq/bindplane-agent/expr v1.39.0
github.com/observiq/bindplane-agent/receiver/routereceiver v1.39.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.88.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.88.0
Expand Down
6 changes: 3 additions & 3 deletions processor/logcountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-agent/processor/logcountprocessor
go 1.20

require (
github.com/observiq/bindplane-agent/counter v1.38.1
github.com/observiq/bindplane-agent/expr v1.38.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.38.1
github.com/observiq/bindplane-agent/counter v1.39.0
github.com/observiq/bindplane-agent/expr v1.39.0
github.com/observiq/bindplane-agent/receiver/routereceiver v1.39.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.88.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.88.0
Expand Down
4 changes: 2 additions & 2 deletions processor/metricextractprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/observiq/bindplane-agent/processor/metricextractprocessor
go 1.20

require (
github.com/observiq/bindplane-agent/expr v1.38.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.38.1
github.com/observiq/bindplane-agent/expr v1.39.0
github.com/observiq/bindplane-agent/receiver/routereceiver v1.39.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.88.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.88.0
github.com/stretchr/testify v1.8.4
Expand Down
6 changes: 3 additions & 3 deletions processor/spancountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-agent/processor/spancountprocessor
go 1.20

require (
github.com/observiq/bindplane-agent/counter v1.38.1
github.com/observiq/bindplane-agent/expr v1.38.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.38.1
github.com/observiq/bindplane-agent/counter v1.39.0
github.com/observiq/bindplane-agent/expr v1.39.0
github.com/observiq/bindplane-agent/receiver/routereceiver v1.39.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.88.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.88.0
Expand Down
2 changes: 1 addition & 1 deletion updater/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/observiq/bindplane-agent/packagestate v1.38.1
github.com/observiq/bindplane-agent/packagestate v1.39.0
github.com/open-telemetry/opamp-go v0.9.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
Expand Down

0 comments on commit d9f8b26

Please sign in to comment.