Skip to content

Commit 5d1a893

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 added in the previous commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e087213 commit 5d1a893

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/google/uuid v1.6.0
99
github.com/lib/pq v1.11.2
1010
github.com/mattn/go-sqlite3 v1.14.34
11-
github.com/peerclaw/peerclaw-core v0.6.1
11+
github.com/peerclaw/peerclaw-core v0.6.2
1212
github.com/redis/go-redis/v9 v9.18.0
1313
go.opentelemetry.io/otel v1.41.0
1414
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.41.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ github.com/peerclaw/peerclaw-core v0.6.0 h1:2Ng1dRgKo+Kg1/R9ybAWrIxX/Otc3veemQe3
4141
github.com/peerclaw/peerclaw-core v0.6.0/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
4242
github.com/peerclaw/peerclaw-core v0.6.1 h1:xacM1gXa0ypFC31nNCvqY+9dr2s4xxQb/mWhybMIgP8=
4343
github.com/peerclaw/peerclaw-core v0.6.1/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
44+
github.com/peerclaw/peerclaw-core v0.6.2 h1:NIxTcOisypXJ+CYJunCIUkKHpFcP9QeJrMbqn+sokuU=
45+
github.com/peerclaw/peerclaw-core v0.6.2/go.mod h1:nlxhZV5ClCDDAh11ubrTLFluae1fK7bLj3uyUk/Gc4A=
4446
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
4547
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4648
github.com/redis/go-redis/v9 v9.18.0 h1:pMkxYPkEbMPwRdenAzUNyFNrDgHx9U+DrBabWNfSRQs=

0 commit comments

Comments
 (0)