Skip to content

Commit

Permalink
Bump github.com/aws/aws-sdk-go in /processor/resourcedetectionprocessor
Browse files Browse the repository at this point in the history
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.37 to 1.45.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.43.37...v1.45.7)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent a7921d3 commit 01649d4
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 11 deletions.
10 changes: 5 additions & 5 deletions processor/resourcedetectionprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
cloud.google.com/go/compute v1.5.0
github.com/Showmax/go-fqdn v1.0.0
github.com/aws/aws-sdk-go v1.43.37
github.com/aws/aws-sdk-go v1.45.7
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/docker/docker v20.10.14+incompatible
github.com/hashicorp/consul/api v1.12.0
Expand Down Expand Up @@ -75,11 +75,11 @@ require (
go.opentelemetry.io/otel/metric v0.29.0 // indirect
go.opentelemetry.io/otel/trace v1.6.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
Expand Down
Loading

0 comments on commit 01649d4

Please sign in to comment.