Skip to content

Commit

Permalink
update to use aaronland/go-broadcaster v0.0.7; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Nov 9, 2022
1 parent d439a9b commit dbe8c41
Show file tree
Hide file tree
Showing 12 changed files with 250 additions and 27 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# go-broadcaster-mastodon

Work in progress.
Go package implementing the `aaronland/go-broadcaster` interfaces for broadcasting messages to Mastodon.

## Documentation

Documentation is incomplete at this time.

## See also

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aaronland/go-broadcaster-mastodon
go 1.19

require (
github.com/aaronland/go-broadcaster v0.0.5
github.com/aaronland/go-broadcaster v0.0.7
github.com/aaronland/go-image-encode v0.0.0-20200215191655-047f61aedbfe
github.com/aaronland/go-mastodon-api v1.0.0
github.com/aaronland/go-uid v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMx
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/aaronland/go-aws-session v0.0.6 h1:Dp1Hvg7s1qM1xJ2byktEdB16i9t6wx6tMcZRpMoSwpo=
github.com/aaronland/go-aws-session v0.0.6/go.mod h1:jflsOdd7QkD0ugdTEfU2UYpFjytP8AxiBxP++s10x88=
github.com/aaronland/go-broadcaster v0.0.5 h1:ttkogleJFFQ0kj7kShybvSnMucZZ58GVmsqygrOvO4I=
github.com/aaronland/go-broadcaster v0.0.5/go.mod h1:5hvDfw8G+JdHPvdFc9wOY2k1vyXdsrvCQ89H9QShAh4=
github.com/aaronland/go-broadcaster v0.0.7 h1:5Mi2E/SsxAFCLooXuZc0buGx8b7K1ileTL8L6JtEbOw=
github.com/aaronland/go-broadcaster v0.0.7/go.mod h1:5hvDfw8G+JdHPvdFc9wOY2k1vyXdsrvCQ89H9QShAh4=
github.com/aaronland/go-image-encode v0.0.0-20200215191655-047f61aedbfe h1:28o4np7vSR9I0ezWJJbgyntSj1tuJfJWnkYh+t5HPGs=
github.com/aaronland/go-image-encode v0.0.0-20200215191655-047f61aedbfe/go.mod h1:cYgNgNYMYq2pi85vYqoUVzXFwOOujIRULt7UbRBEnPU=
github.com/aaronland/go-mastodon-api v1.0.0 h1:hKDdC8AV1J0dE0SO3Jf3vRY/b2m56PubATdlZ8jJTbQ=
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/aaronland/go-broadcaster/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

162 changes: 160 additions & 2 deletions vendor/github.com/aaronland/go-broadcaster/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/aaronland/go-broadcaster/app/broadcast/app.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions vendor/github.com/aaronland/go-broadcaster/app/broadcast/flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/aaronland/go-broadcaster/broadcaster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/aaronland/go-broadcaster/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 19 additions & 6 deletions vendor/github.com/aaronland/go-broadcaster/log.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions vendor/github.com/aaronland/go-broadcaster/message.go

This file was deleted.

0 comments on commit dbe8c41

Please sign in to comment.