Switch to github.com/open-telemetry/opentelemetry-swift fork

This commit is contained in:
Nikolay Edigaryev 2026-01-29 17:13:03 +01:00
parent f1aa591935
commit ef3e290925
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"originHash" : "3a442857650816096c3d714a7dfa5847651ee6427bf098ae7fdbb6578509ddc6",
"originHash" : "5b17565466d26bfaa0fcb1b0ee11405dfe2c43ba46b7a7e30e9742537dadbad0",
"pins" : [
{
"identity" : "antlr4",
@ -49,10 +49,10 @@
{
"identity" : "opentelemetry-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/open-telemetry/opentelemetry-swift",
"location" : "https://github.com/edigaryev/opentelemetry-swift",
"state" : {
"branch" : "main",
"revision" : "a9b620766cced177bfc4089bbc47860859550473"
"branch" : "use-feedback-handler",
"revision" : "2040f383e2a8b0a568a7617d147f8f1e23abb298"
}
},
{

View File

@ -25,7 +25,7 @@ let package = Package(
.package(url: "https://github.com/jozefizso/swift-xattr", from: "3.0.0"),
.package(url: "https://github.com/grpc/grpc-swift.git", .upToNextMajor(from: "1.27.0")),
.package(url: "https://buf.build/gen/swift/git/1.27.1-20260114140118-bd09c26a260f.1/cirruslabs_tart-guest-agent_grpc_swift.git", branch: "main"),
.package(url: "https://github.com/open-telemetry/opentelemetry-swift", branch: "main"),
.package(url: "https://github.com/edigaryev/opentelemetry-swift", branch: "use-feedback-handler"),
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core", from: "2.3.0"),
],