cmd/loop: add session replay tests

This commit is contained in:
Boris Nagaev 2026-02-03 00:54:32 -05:00
parent 137097915c
commit c3009182b3
No known key found for this signature in database
2 changed files with 1275 additions and 0 deletions

File diff suppressed because it is too large Load diff

1
go.mod
View file

@ -95,6 +95,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-cmp v0.7.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect