mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 14:55:41 +01:00
Syndicate is working! Instagra & Pixelfed demonstrated with the new post attached. Lots of TODOs, but functional enough :)
37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module github.com/by-jp/www.byjp.me/tools/syndicate
|
|
|
|
go 1.21.1
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/Davincible/goinsta/v3 v3.2.6
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1
|
|
github.com/grokify/html-strip-tags-go v0.0.1
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/mattn/go-mastodon v0.0.6
|
|
github.com/mmcdole/gofeed v1.2.1
|
|
golang.org/x/image v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/chromedp/cdproto v0.0.0-20220901095120-1a01299a2163 // indirect
|
|
github.com/chromedp/chromedp v0.8.5 // indirect
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mmcdole/goxpp v1.1.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|