35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module kiki/kiki
|
|
|
|
go 1.24.2
|
|
|
|
replace kiki/config => ../config
|
|
|
|
replace kiki/stacker => ../stacker
|
|
|
|
replace kiki/tooter => ../tooter
|
|
|
|
require (
|
|
github.com/mattn/go-mastodon v0.0.9
|
|
github.com/urfave/cli/v3 v3.2.0
|
|
kiki/config v0.0.0-00010101000000-000000000000
|
|
kiki/stacker v0.0.0-00010101000000-000000000000
|
|
kiki/tooter v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mmcdole/gofeed v1.3.0 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/redis/go-redis/v9 v9.7.3 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|