Skip to content

Commit

Permalink
Fix module path for AWS ECS resource detector (#517)
Browse files Browse the repository at this point in the history
* Fix module path for AWS ECS resource detector

* Update CHANGELOG with PR number

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
ccpost and MrAlias committed Jan 11, 2021
1 parent c07a08f commit cd07cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Fixed

- Fix module path for AWS ECS resource detector (#517)

## [0.15.1] - 2020-12-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion detectors/aws/ecs/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kkelvinlo/opentelemetry-go-contrib/detectors/aws/ecs
module go.opentelemetry.io/contrib/detectors/aws/ecs

go 1.15

Expand Down

0 comments on commit cd07cf3

Please sign in to comment.