Skip to content

Commit cd07cf3

Browse files
ccpostMrAlias
andauthored
Fix module path for AWS ECS resource detector (#517)
* Fix module path for AWS ECS resource detector * Update CHANGELOG with PR number Co-authored-by: Tyler Yahn <[email protected]>
1 parent c07a08f commit cd07cf3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

11+
### Fixed
12+
13+
- Fix module path for AWS ECS resource detector (#517)
14+
1115
## [0.15.1] - 2020-12-14
1216

1317
### Added

detectors/aws/ecs/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/kkelvinlo/opentelemetry-go-contrib/detectors/aws/ecs
1+
module go.opentelemetry.io/contrib/detectors/aws/ecs
22

33
go 1.15
44

0 commit comments

Comments
 (0)