Skip to content

Commit 1c0bd1b

Browse files
authored
Add missing deprecation notices to go.mod files (#4104)
1 parent ac8ce7b commit 1c0bd1b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3232
### Deprecated
3333

34-
- The `go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego` module is deprecated. (#4092)
35-
- The `go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit` module is deprecated. (#4093)
34+
- The `go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego` module is deprecated. (#4092, #4104)
35+
- The `go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit` module is deprecated. (#4093, #4104)
3636

3737
### Removed
3838

instrumentation/github.com/astaxie/beego/otelbeego/go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Deprecated: This module is no longer supported.
2+
// github.com/astaxie/beego is no longer maintained.
3+
// Use github.com/beego/beego/v2 together with its instrumentation
4+
// packages instead.
15
module go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego
26

37
go 1.19

instrumentation/github.com/go-kit/kit/otelkit/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: This module is no longer supported.
12
module go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit
23

34
go 1.19

0 commit comments

Comments
 (0)