We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07a08f commit cd07cf3Copy full SHA for cd07cf3
CHANGELOG.md
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
9
## [Unreleased]
10
11
+### Fixed
12
+
13
+- Fix module path for AWS ECS resource detector (#517)
14
15
## [0.15.1] - 2020-12-14
16
17
### Added
detectors/aws/ecs/go.mod
@@ -1,4 +1,4 @@
1
-module github.com/kkelvinlo/opentelemetry-go-contrib/detectors/aws/ecs
+module go.opentelemetry.io/contrib/detectors/aws/ecs
2
3
go 1.15
4
0 commit comments