Skip to content

Commit

Permalink
use buffer pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
SushyDev committed Jan 2, 2025
1 parent c1ecd44 commit ea4377b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 925 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
)

require (
github.com/sushydev/ring_buffer_go v0.1.2 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
golang.org/x/net v0.30.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/sushydev/ring_buffer_go v0.1.2 h1:6NpdtDSiSD0EaiH2ZCHU5JuWBkCjzVA40L5goREPNHg=
github.com/sushydev/ring_buffer_go v0.1.2/go.mod h1:BEce5YqSc/+vdIR0sLXp2pcGSpwUvOrSjG96VormGZg=
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c h1:u6SKchux2yDvFQnDHS3lPnIRmfVJ5Sxy3ao2SIdysLQ=
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c/go.mod h1:hzIxponao9Kjc7aWznkXaL4U4TWaDSs8zcsY4Ka08nM=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
262 changes: 0 additions & 262 deletions stream/buffer/main.go

This file was deleted.

Loading

0 comments on commit ea4377b

Please sign in to comment.