Skip to content

Commit

Permalink
chore: Bump modules to v1.59.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Sep 6, 2024
1 parent 5f2bb9c commit 00a9769
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 56 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.22.6

require (
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.59.2
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion exporter/chronicleexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.6
require (
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/shirou/gopsutil/v3 v3.24.5
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/chronicleforwarderexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-agent/exporter/chronicleforwarderexporter
go 1.22.6

require (
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.1
Expand Down
2 changes: 1 addition & 1 deletion extension/bindplaneextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.6

require (
github.com/golang/snappy v0.0.4
github.com/observiq/bindplane-agent/internal/measurements v1.59.1
github.com/observiq/bindplane-agent/internal/measurements v1.59.2
github.com/open-telemetry/opamp-go v0.15.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.108.0
github.com/stretchr/testify v1.9.0
Expand Down
66 changes: 33 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ go 1.22.6

require (
github.com/google/uuid v1.6.0
github.com/observiq/bindplane-agent/exporter/azureblobexporter v1.59.1
github.com/observiq/bindplane-agent/exporter/chronicleexporter v1.59.1
github.com/observiq/bindplane-agent/exporter/chronicleforwarderexporter v1.59.1
github.com/observiq/bindplane-agent/exporter/googlecloudexporter v1.59.1
github.com/observiq/bindplane-agent/exporter/googlemanagedprometheusexporter v1.59.1
github.com/observiq/bindplane-agent/exporter/snowflakeexporter v1.59.1
github.com/observiq/bindplane-agent/internal/measurements v1.59.1
github.com/observiq/bindplane-agent/internal/report v1.59.1
github.com/observiq/bindplane-agent/packagestate v1.59.1
github.com/observiq/bindplane-agent/processor/datapointcountprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/logcountprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/logdeduplicationprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/lookupprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/maskprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/metricextractprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/metricstatsprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/removeemptyvaluesprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/resourceattributetransposerprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/samplingprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/spancountprocessor v1.59.1
github.com/observiq/bindplane-agent/processor/throughputmeasurementprocessor v1.59.1
github.com/observiq/bindplane-agent/receiver/awss3rehydrationreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/azureblobrehydrationreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/httpreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/m365receiver v1.59.1
github.com/observiq/bindplane-agent/receiver/oktareceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/sapnetweaverreceiver v1.59.1
github.com/observiq/bindplane-agent/receiver/telemetrygeneratorreceiver v1.59.1
github.com/observiq/bindplane-agent/exporter/azureblobexporter v1.59.2
github.com/observiq/bindplane-agent/exporter/chronicleexporter v1.59.2
github.com/observiq/bindplane-agent/exporter/chronicleforwarderexporter v1.59.2
github.com/observiq/bindplane-agent/exporter/googlecloudexporter v1.59.2
github.com/observiq/bindplane-agent/exporter/googlemanagedprometheusexporter v1.59.2
github.com/observiq/bindplane-agent/exporter/snowflakeexporter v1.59.2
github.com/observiq/bindplane-agent/internal/measurements v1.59.2
github.com/observiq/bindplane-agent/internal/report v1.59.2
github.com/observiq/bindplane-agent/packagestate v1.59.2
github.com/observiq/bindplane-agent/processor/datapointcountprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/logcountprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/logdeduplicationprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/lookupprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/maskprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/metricextractprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/metricstatsprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/removeemptyvaluesprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/resourceattributetransposerprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/samplingprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/spancountprocessor v1.59.2
github.com/observiq/bindplane-agent/processor/throughputmeasurementprocessor v1.59.2
github.com/observiq/bindplane-agent/receiver/awss3rehydrationreceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/azureblobrehydrationreceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/httpreceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/m365receiver v1.59.2
github.com/observiq/bindplane-agent/receiver/oktareceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/pluginreceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/sapnetweaverreceiver v1.59.2
github.com/observiq/bindplane-agent/receiver/telemetrygeneratorreceiver v1.59.2
github.com/oklog/ulid/v2 v2.1.0
github.com/open-telemetry/opamp-go v0.14.0
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.108.0
Expand Down Expand Up @@ -341,9 +341,9 @@ require (
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/observiq/bindplane-agent/counter v1.59.1 // indirect
github.com/observiq/bindplane-agent/expr v1.59.1 // indirect
github.com/observiq/bindplane-agent/internal/rehydration v1.59.1 // indirect
github.com/observiq/bindplane-agent/counter v1.59.2 // indirect
github.com/observiq/bindplane-agent/expr v1.59.2 // indirect
github.com/observiq/bindplane-agent/internal/rehydration v1.59.2 // indirect
github.com/okta/okta-sdk-golang/v2 v2.20.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlemanagedprometheusexporter v0.108.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/extension/ackextension v0.108.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion internal/rehydration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-agent/internal/rehydration
go 1.22.6

require (
github.com/observiq/bindplane-agent/internal/testutils v1.59.1
github.com/observiq/bindplane-agent/internal/testutils v1.59.2
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.0
go.opentelemetry.io/collector/consumer v0.108.0
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.22.6

require (
github.com/observiq/bindplane-agent/counter v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.1
github.com/observiq/bindplane-agent/counter v1.59.2
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.1
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.22.6

require (
github.com/observiq/bindplane-agent/counter v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.1
github.com/observiq/bindplane-agent/counter v1.59.2
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.1
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.22.6

require (
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.108.0
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion processor/snapshotprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-agent/processor/snapshotprocessor
go 1.22.6

require (
github.com/observiq/bindplane-agent/internal/report v1.59.1
github.com/observiq/bindplane-agent/internal/report v1.59.2
github.com/open-telemetry/opamp-go v0.15.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.108.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.108.0
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.22.6

require (
github.com/observiq/bindplane-agent/counter v1.59.1
github.com/observiq/bindplane-agent/expr v1.59.1
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.1
github.com/observiq/bindplane-agent/counter v1.59.2
github.com/observiq/bindplane-agent/expr v1.59.2
github.com/observiq/bindplane-agent/receiver/routereceiver v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.108.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.1
Expand Down
2 changes: 1 addition & 1 deletion processor/throughputmeasurementprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-agent/processor/throughputmeasurementproces
go 1.22.6

require (
github.com/observiq/bindplane-agent/internal/measurements v1.59.1
github.com/observiq/bindplane-agent/internal/measurements v1.59.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.108.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.108.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/awss3rehydrationreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
github.com/observiq/bindplane-agent/internal/rehydration v1.59.1
github.com/observiq/bindplane-agent/internal/testutils v1.59.1
github.com/observiq/bindplane-agent/internal/rehydration v1.59.2
github.com/observiq/bindplane-agent/internal/testutils v1.59.2
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.0
go.opentelemetry.io/collector/confmap v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/azureblobrehydrationreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.22.6

require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
github.com/observiq/bindplane-agent/internal/rehydration v1.59.1
github.com/observiq/bindplane-agent/internal/testutils v1.59.1
github.com/observiq/bindplane-agent/internal/rehydration v1.59.2
github.com/observiq/bindplane-agent/internal/testutils v1.59.2
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.108.0
go.opentelemetry.io/collector/confmap v1.14.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.22.6

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

0 comments on commit 00a9769

Please sign in to comment.