Skip to content

Commit

Permalink
Bump go.opentelemetry.io/collector in /internal/aws/proxy
Browse files Browse the repository at this point in the history
Bumps [go.opentelemetry.io/collector](https://github.com/open-telemetry/opentelemetry-collector) from 0.54.0 to 0.109.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.54.0...v0.109.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 8778b87 commit eb048cb
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 15 deletions.
14 changes: 8 additions & 6 deletions internal/aws/proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ go 1.17
require (
github.com/aws/aws-sdk-go v1.44.43
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.54.0
github.com/stretchr/testify v1.7.5
go.opentelemetry.io/collector v0.54.0
go.uber.org/zap v1.21.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/config/confignet v0.109.0
go.opentelemetry.io/collector/config/configtls v1.15.0
go.uber.org/zap v1.27.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.opentelemetry.io/collector/config/configopaque v1.15.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit eb048cb

Please sign in to comment.