tailbuf v0.0.3

This commit is contained in:
neilotoole 2024-03-14 07:06:46 -06:00
parent 673a24570f
commit 40197cfc39
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -82,7 +82,7 @@ require (
github.com/muesli/mango v0.2.0 // indirect
github.com/muesli/mango-pflag v0.1.0 // indirect
github.com/neilotoole/fifomu v0.1.2 // indirect
github.com/neilotoole/tailbuf v0.0.2 // indirect
github.com/neilotoole/tailbuf v0.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect

2
go.sum
View File

@ -170,6 +170,8 @@ github.com/neilotoole/tailbuf v0.0.1 h1:9/gAJLDNDPJvPUHLFLcBkA+VzLE9o+WpoXBAf1Ls
github.com/neilotoole/tailbuf v0.0.1/go.mod h1:HZmN+u4ChqyMotcqTSyEJJJoKjyEkRbnKpmMTTutEeM=
github.com/neilotoole/tailbuf v0.0.2 h1:bZjoFaQDeuiq5gjcKL80PgGEPRVkrRzQZl6rM8F0gJw=
github.com/neilotoole/tailbuf v0.0.2/go.mod h1:drAfG791tTcCre7cR8m4LfHRVR7y0Ht1kpaLo0T7P8A=
github.com/neilotoole/tailbuf v0.0.3 h1:cgnLk1DtbrjLhsKgyWbcgQS9SskZFa4obEP2OoWOFv4=
github.com/neilotoole/tailbuf v0.0.3/go.mod h1:drAfG791tTcCre7cR8m4LfHRVR7y0Ht1kpaLo0T7P8A=
github.com/nightlyone/lockfile v1.0.0 h1:RHep2cFKK4PonZJDdEl4GmkabuhbsRMgk/k3uAmxBiA=
github.com/nightlyone/lockfile v1.0.0/go.mod h1:rywoIealpdNse2r832aiD9jRk8ErCatROs6LzC841CI=
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=