Skip to content

Commit cc00371

Browse files
tpoxaclaude
andcommitted
Bump SDK to v0.1.361 — fix trace_id propagation from send_signal
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 21a428d commit cc00371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/rs/zerolog v1.31.0
88
github.com/spf13/cobra v1.10.2
99
github.com/spf13/viper v1.19.0
10-
github.com/tiny-systems/module v0.1.360
10+
github.com/tiny-systems/module v0.1.361
1111
)
1212

1313
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ github.com/tiny-systems/ajson v0.1.6 h1:Ch7E4Oerx4mHse+wbCdb1ZYuVATLuH76g2RWHC+B
439439
github.com/tiny-systems/ajson v0.1.6/go.mod h1:a1M1W+3VQu6yNLxOwtKRq+y58Hy/oFWMkQBE/aKhVBs=
440440
github.com/tiny-systems/errorpanic v0.7.1 h1:GgbimfhC2wnQ8012SGGxh743ryaJXSSD7boLK+IQ0Xs=
441441
github.com/tiny-systems/errorpanic v0.7.1/go.mod h1:AQobicdSB/J3RzN81pTG4dqgcULaEIrEOvNC8TpSgxw=
442-
github.com/tiny-systems/module v0.1.360 h1:gTkND3mqv7cBpm51RsAWBN0JsQf2cQ0jPYaouo82lEc=
443-
github.com/tiny-systems/module v0.1.360/go.mod h1:mzH4eRB0MySXZeWIxW2VYJUy+Jf8eFffb14x6Bh8zMc=
442+
github.com/tiny-systems/module v0.1.361 h1:OIhI4sfd1hGdel8SOvOcjoyuj6wxQ10tTOlg2C3U3AU=
443+
github.com/tiny-systems/module v0.1.361/go.mod h1:mzH4eRB0MySXZeWIxW2VYJUy+Jf8eFffb14x6Bh8zMc=
444444
github.com/tiny-systems/otel-collector v0.5.1 h1:tylLj7f7O7n5o9R383Lojd0fN7j5jgZ76zFshJ0SE6c=
445445
github.com/tiny-systems/otel-collector v0.5.1/go.mod h1:EGo1dQ3+5iG3ejGJ8y9kMgHhOGB6WyoasJDUHesKXEA=
446446
github.com/tiny-systems/platform-api v0.0.15 h1:E2vALkQSO1iEQK5KPdFVWud48/lP4Xg+rkYmxn2qlFI=

0 commit comments

Comments
 (0)