Work on stream tests

This commit is contained in:
eyedeekay
2025-02-23 19:38:05 -05:00
parent 88a66cac53
commit d3dc525117
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -11,6 +11,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)