-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from rogerogers/chore/bump
chore: bump otel version
- Loading branch information
Showing
12 changed files
with
154 additions
and
1,294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/hertz-contrib/obs-opentelemetry | ||
|
||
go 1.17 | ||
go 1.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
module github.com/hertz-contrib/obs-opentelemetry/logging/logrus | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/cloudwego/hertz v0.6.2 | ||
github.com/cloudwego/hertz v0.6.4 | ||
github.com/hertz-contrib/logger/logrus v1.0.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
go.opentelemetry.io/otel v1.15.0 | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.9.0 | ||
go.opentelemetry.io/otel/sdk v1.15.0 | ||
go.opentelemetry.io/otel/trace v1.15.0 | ||
go.opentelemetry.io/otel v1.16.0 | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 | ||
go.opentelemetry.io/otel/sdk v1.16.0 | ||
go.opentelemetry.io/otel/trace v1.16.0 | ||
) | ||
|
||
require ( | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.16.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.