File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
5353 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5454 github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
5555 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
56- github.com/oapi-codegen/oapi-codegen/v2 v2.5 .0 // indirect
56+ github.com/oapi-codegen/oapi-codegen/v2 v2.6 .0 // indirect
5757 github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
5858 github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
5959 github.com/opencontainers/go-digest v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
129129github.com/nxadm/tail v1.4.4 /go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A =
130130github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
131131github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
132- github.com/oapi-codegen/oapi-codegen/v2 v2.5 .0 h1:iJvF8SdB/3/+eGOXEpsWkD8FQAHj6mqkb6Fnsoc8MFU =
133- github.com/oapi-codegen/oapi-codegen/v2 v2.5 .0 /go.mod h1:fwlMxUEMuQK5ih9aymrxKPQqNm2n8bdLk1ppjH+lr9w =
132+ github.com/oapi-codegen/oapi-codegen/v2 v2.6 .0 h1:4i+F2cvwBFZeplxCssNdLy3MhNzUD87mI3HnayHZkAU =
133+ github.com/oapi-codegen/oapi-codegen/v2 v2.6 .0 /go.mod h1:eWHeJSohQJIINJZzzQriVynfGsnlQVh0UkN2UYYcw4Q =
134134github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+LpmzwHMP4 =
135135github.com/oapi-codegen/runtime v1.2.0 /go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0 =
136136github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY =
Original file line number Diff line number Diff line change @@ -1052,6 +1052,10 @@ components:
10521052 message :
10531053 type : string
10541054 example : Something went wrong - please try again later
1055+ trace_id :
1056+ type : string
1057+ example : " ac93950e9e114a55c67fb8e5ef519bbe"
1058+ description : Sentry trace ID for linking to corresponding log entries
10551059 required :
10561060 - code
10571061 - message
You can’t perform that action at this time.
0 commit comments