mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
b423bfdffa
* Bump golang.org/x/sys from 0.16.0 to 0.17.0 in /sdk Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Run go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <codingalias@gmail.com>
27 lines
650 B
Modula-2
27 lines
650 B
Modula-2
module go.opentelemetry.io/otel/sdk
|
|
|
|
go 1.20
|
|
|
|
replace go.opentelemetry.io/otel => ../
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.1
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/stretchr/testify v1.8.4
|
|
go.opentelemetry.io/otel v1.23.1
|
|
go.opentelemetry.io/otel/trace v1.23.1
|
|
golang.org/x/sys v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.23.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go.opentelemetry.io/otel/trace => ../trace
|
|
|
|
replace go.opentelemetry.io/otel/metric => ../metric
|