Skip to content

Commit 38c201a

Browse files
gcmsgclaude
andcommitted
fix: bump peerclaw-core to v0.6.2 for MessageTypeNotification
CI failed because peerclaw-core v0.6.1 does not include the MessageTypeNotification constant used in signaling client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db97e65 commit 38c201a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/coder/websocket v1.8.14
99
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
1010
github.com/google/uuid v1.6.0
11-
github.com/peerclaw/peerclaw-core v0.6.1
11+
github.com/peerclaw/peerclaw-core v0.6.2
1212
github.com/pion/webrtc/v4 v4.1.2
1313
golang.org/x/crypto v0.48.0
1414
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ github.com/peerclaw/peerclaw-core v0.6.0 h1:2Ng1dRgKo+Kg1/R9ybAWrIxX/Otc3veemQe3
3636
github.com/peerclaw/peerclaw-core v0.6.0/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
3737
github.com/peerclaw/peerclaw-core v0.6.1 h1:xacM1gXa0ypFC31nNCvqY+9dr2s4xxQb/mWhybMIgP8=
3838
github.com/peerclaw/peerclaw-core v0.6.1/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
39+
github.com/peerclaw/peerclaw-core v0.6.2 h1:NIxTcOisypXJ+CYJunCIUkKHpFcP9QeJrMbqn+sokuU=
40+
github.com/peerclaw/peerclaw-core v0.6.2/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
3941
github.com/pion/datachannel v1.5.10 h1:ly0Q26K1i6ZkGf42W7D4hQYR90pZwzFOjTq5AuCKk4o=
4042
github.com/pion/datachannel v1.5.10/go.mod h1:p/jJfC9arb29W7WrxyKbepTU20CFgyx5oLo8Rs4Py/M=
4143
github.com/pion/dtls/v3 v3.0.6 h1:7Hkd8WhAJNbRgq9RgdNh1aaWlZlGpYTzdqjy9x9sK2E=

0 commit comments

Comments
 (0)